Set static global variables.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Oct 2007 17:06:21 +0000 (17:06 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 18 Oct 2007 17:06:21 +0000 (17:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@912 38d2e660-2303-0410-9eaa-f027e97ec537

app/at91sam7s/at91sam7s.c

index 13388a557fa4a6110d14dffa3270623414d32f08..3756d91851f865912f8452e6d1f26f8408d27140 100644 (file)
@@ -42,9 +42,9 @@
 #include <cfg/macros.h>
 #include <io/arm.h>
 
-int iort = 23;
-int iort1 = 232;
-int iort2 = 233;
+static int iort = 23;
+static int iort1 = 232;
+static int iort2 = 233;
 
 Timer leds_timer;