[Tinyos-help] Re: Tinyos-help Digest, Vol 40, Issue 14

Brett.Matthews at dpi.vic.gov.au Brett.Matthews at dpi.vic.gov.au
Thu Aug 3 20:54:25 PDT 2006


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 :-)





More information about the Tinyos-help mailing list