> Out of curiosity, I grepped for FAIL in my copy of the MSP430 libc. > Something interesting popped up in include/msp430/flash.h: > > #define FAIL 0x0080 /* Last Program or Erase failed */ > > If a module in your app #included this file (either directly, or by > #including another header in the MSP430 libc that in turn #included > flash.h), it would completely explain the problem you're seeing.
Aha! Good find, sir. Michiel _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
