mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
fixed compiler warning
This commit is contained in:
parent
8718c41945
commit
e92b7178b9
@ -28,7 +28,7 @@
|
||||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: beeper.c,v 1.1 2007/11/27 22:32:38 nifi Exp $
|
||||
* @(#)$Id: beeper.c,v 1.2 2008/07/08 12:54:41 nifi Exp $
|
||||
*/
|
||||
#include "contiki-esb.h"
|
||||
|
||||
@ -81,5 +81,6 @@ PROCESS_THREAD(beeper_process, ev, data)
|
||||
|
||||
}
|
||||
exit:
|
||||
;
|
||||
PROCESS_END();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user