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.
|
* 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"
|
#include "contiki-esb.h"
|
||||||
|
|
||||||
|
@ -81,5 +81,6 @@ PROCESS_THREAD(beeper_process, ev, data)
|
||||||
|
|
||||||
}
|
}
|
||||||
exit:
|
exit:
|
||||||
|
;
|
||||||
PROCESS_END();
|
PROCESS_END();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue