[Tinyos-devel] small bug in tinyos-2.x/tos/system/NoLedsP.nc

Philip Levis pal at cs.stanford.edu
Tue May 30 20:01:41 PDT 2006


On May 30, 2006, at 10:16 AM, Razvan Musaloiu-E. wrote:

> Hi!
>
> The compilation error is:
> 	/home/tinyos2/local/src/tinyos-2.x/tos/system/NoLedsP.nc: In  
> function `NoLedsP$Leds$set':
> 	/home/tinyos2/local/src/tinyos-2.x/tos/system/NoLedsP.nc:53:  
> parameter name omitted
> 	make: *** [exe0] Error 1
>
> The faulty line is:
>     53    async command void Leds.set(uint8_t) {}
>
> And the fix is just to give a name to the uint8_t parameter:
>     53    async command void Leds.set(uint8_t val) {}
>
> Have a nice day!
> Razvan ME

Thanks!

This was actually fixed late last week (5/25), as part of my pre- 
beta2 testing.

Phil


More information about the Tinyos-devel mailing list