Added a small notification printout

This commit is contained in:
adamdunkels 2007-03-29 22:23:01 +00:00
parent 4cde369174
commit a8b3ec1a3b
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * 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> #include <io.h>
@ -136,6 +136,8 @@ main(void)
/* beep();*/ /* beep();*/
printf("Contiki started.\n");
while(1) { while(1) {
/* watchdog_restart();*/ /* watchdog_restart();*/
while(process_run() > 0); while(process_run() > 0);