[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/safe SafeFailureHandlerP.nc, 1.1, 1.2
John Regehr
regehr at users.sourceforge.net
Mon Dec 8 19:55:14 PST 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/safe
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9462
Modified Files:
SafeFailureHandlerP.nc
Log Message:
put the AVR break instruction back into the failure handler
Index: SafeFailureHandlerP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/safe/SafeFailureHandlerP.nc,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SafeFailureHandlerP.nc 6 Sep 2008 21:22:33 -0000 1.1
--- SafeFailureHandlerP.nc 9 Dec 2008 03:55:12 -0000 1.2
***************
*** 121,124 ****
--- 121,127 ----
{
atomic {
+ #if defined(__AVR_ARCH__)
+ asm volatile ("break");
+ #endif
while(1) {
display_int_flid(flid);
More information about the Tinyos-2-commits
mailing list