Added a small notification printout

This commit is contained in:
adamdunkels 2007-03-29 22:23:01 +00:00
parent 4cde369174
commit a8b3ec1a3b

View file

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: contiki-esb-main.c,v 1.5 2007/03/28 19:53:48 adamdunkels Exp $
* @(#)$Id: contiki-esb-main.c,v 1.6 2007/03/29 22:23:01 adamdunkels Exp $
*/
#include <io.h>
@ -136,6 +136,8 @@ main(void)
/* beep();*/
printf("Contiki started.\n");
while(1) {
/* watchdog_restart();*/
while(process_run() > 0);