Fixed compiler warnings for the AVR platforms

This commit is contained in:
Adam Dunkels 2015-10-05 12:46:12 +02:00 committed by Simon Duquennoy
parent 2773a37857
commit d48cf89e9b
5 changed files with 6 additions and 2 deletions

View file

@ -237,6 +237,8 @@ typedef enum{
PROCESS(rf230_process, "RF230 driver");
/*---------------------------------------------------------------------------*/
int rf230_interrupt(void);
static int rf230_on(void);
static int rf230_off(void);