Hi All,
I have upgraded my TinyOS install from TinyOS1.1.10 (nesc-1.1) to
TinyOS1.1.15 (nesc-1.1.2b)
and the compiler nolonger appears to recognise the constant definitions in
my legacy ApplicationM.nc
ie, the red led continues to toggle. There are no compiler errors. I am
using tinyos-1.x\apps\makerules.
ApplicationM.nc
...
// Leds on to watch test modes
#define TEST_LEDS_ENABLED 0
...
...
#if (TEST_LEDS_ENABLED)
      call Leds.redToggle();
#endif
...

Why is it so?

Thanks!
Brett :-)



_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to