[Tinyos-devel] Leds.h change request
Philip Levis
pal at cs.stanford.edu
Thu Apr 10 13:02:21 PDT 2008
On Apr 9, 2008, at 10:21 PM, Hristo Bojkov wrote:
> Hello,
> recently I needed to create special wrapper of Leds to be able to make
> special pulses with indication. When I tried to include Leds.h I
> discover
> that the file is not protected against multiple inclusions. So can
> someone
> with submission rights correct the file with #ifdef's ?
> like in this example
>
> #ifndef LEDS_H
> #define LEDS_H
>
> enum {
> .....
> };
>
> #endif
Fixed. Thanks for finding this.
Phil
More information about the Tinyos-devel
mailing list