Add ARM task switching support\!
[bertos.git] / 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;