]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/xe1205/xe1205debug.h
added ack, received packet strength, LPL (compile with PFLAGS +=-DLOW_POWER_LISTENING)
[tinyos-2.x.git] / tos / chips / xe1205 / xe1205debug.h
index a649d021a9358f6c4770cb5ca323ef254234c959..c2a3a014af981ddf21e757aee3535467ee9fc6ad 100644 (file)
@@ -4,7 +4,7 @@ uint16_t lasterr;
 void xe1205error(uint8_t loc, uint8_t value_)  __attribute__ ((noinline)) {
   // this is just to make sure the compiler doesn't optimize 
   // out calls to this function, since we use it as a gdb breakpoint
-  atomic var += value_ + loc; 
+  atomic var += value_ + loc;
 }