fix compiler warnings. patch from Jesper Karlsson.

This commit is contained in:
nvt-se 2009-04-08 14:56:00 +00:00
parent 2eaec8d38a
commit 172ffb74c7
4 changed files with 19 additions and 14 deletions

View file

@ -45,7 +45,10 @@
#include "contiki.h"
#include "contiki-msb430.h"
#include "dev/adc.h"
#include "dev/serial-line.h"
#include "dev/sht11.h"
#include "dev/watchdog.h"
extern volatile bool uart_edge;