]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
fail files are definitely not safe
authorregehr <regehr>
Wed, 4 Jun 2008 05:02:42 +0000 (05:02 +0000)
committerregehr <regehr>
Wed, 4 Jun 2008 05:02:42 +0000 (05:02 +0000)
tos/lib/safe/avr/fail.c
tos/lib/safe/msp430/fail.c

index c74c584b184d1151325ba19aa8b550b06ff8050a..32e578652f9e9a2b4526e50c23a7bd380daf9935 100644 (file)
@@ -1,3 +1,5 @@
+#undef SAFE_TINYOS
+
 #include <stdint.h>
 #include <avr/io.h>
 
index 9c39be5540f0f0b86b90bb2198e13b760f03c3e4..52a7fea806fcb92899ec346102547e881a24d174 100644 (file)
@@ -1,3 +1,5 @@
+#undef SAFE_TINYOS
+
 static void led_off_0 (void) { 
     __asm__ volatile ("bis.b #16, &0x0031"); 
 }