contiki/platform/sky/dev
Lionel Debroux 5cb49e8b07 Several compiler warning fixes:
* msp430: fix "implicit declaration of function" warnings in clock.c, by including watchdog.h;
     * sky: fix a couple pointer target signedness warnings;
     * core: fix several signed/unsigned comparison warnings;
     * framer-802154: "const static" -> "static const" to fix compiler warnings;
     * core: comment or remove unused variables and function definitions.

Signed-off-by: Lionel Debroux <lionel_debroux@yahoo.fr>
Signed-off-by: Mariano Alvira <mar@devl.org>
2011-02-20 19:28:14 -05:00
..
battery-sensor.c
button-sensor.c
i2c.c
i2c.h
light-sensor.c
light-sensor.h
light.c
light.h
radio-sensor.c
sht11-arch.h
sky-sensors.c
sky-sensors.h
temperature-sensor.c
temperature-sensor.h
xmem.c Several compiler warning fixes: 2011-02-20 19:28:14 -05:00