[Tinyos-devel] Leds.h change request
Hristo Bojkov
hbojkov at idxs.eu
Wed Apr 9 22:21:24 PDT 2008
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
More information about the Tinyos-devel
mailing list