Changed startup message

This commit is contained in:
adamdunkels 2008-07-09 20:58:25 +00:00
parent d89256c272
commit 6bfe18bce1
1 changed files with 2 additions and 3 deletions

View File

@ -29,7 +29,7 @@
*
* This file is part of the Contiki OS
*
* $Id: contiki-main.c,v 1.8 2008/02/10 22:39:26 oliverschmidt Exp $
* $Id: contiki-main.c,v 1.9 2008/07/09 20:58:25 adamdunkels Exp $
*
*/
@ -55,6 +55,7 @@ SENSORS(&pir_sensor, &vib_sensor, &button_sensor);
int
main(void)
{
printf("Starting Contiki\n");
process_init();
procinit_init();
@ -64,8 +65,6 @@ main(void)
/* Make standard output unbuffered. */
setvbuf(stdout, (char *)NULL, _IONBF, 0);
printf("Contiki started\n");
while(1) {
fd_set fds;
int n;