[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe/msp430 fail.c, 1.2, 1.3

John Regehr regehr at users.sourceforge.net
Tue Jun 3 22:02:44 PDT 2008


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/msp430
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23913/msp430

Modified Files:
	fail.c 
Log Message:
fail files are definitely not safe

Index: fail.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/msp430/fail.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fail.c	14 Feb 2008 20:27:36 -0000	1.2
--- fail.c	4 Jun 2008 05:02:42 -0000	1.3
***************
*** 1,2 ****
--- 1,4 ----
+ #undef SAFE_TINYOS
+ 
  static void led_off_0 (void) { 
      __asm__ volatile ("bis.b #16, &0x0031"); 



More information about the Tinyos-2-commits mailing list