changed notification printout to be one line
This commit is contained in:
parent
4e8631a034
commit
472619fe9c
1 changed files with 3 additions and 3 deletions
|
@ -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.7 2007/03/30 08:27:47 nifi Exp $
|
* @(#)$Id: contiki-esb-main.c,v 1.8 2007/04/02 13:35:54 nifi Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
|
@ -136,9 +136,9 @@ main(void)
|
||||||
|
|
||||||
/* beep();*/
|
/* beep();*/
|
||||||
|
|
||||||
printf(CONTIKI_VERSION_STRING " started.\n");
|
printf(CONTIKI_VERSION_STRING " started. ");
|
||||||
if(node_id > 0) {
|
if(node_id > 0) {
|
||||||
printf("Node %u\n", node_id);
|
printf("Node id is set to %u.\n", node_id);
|
||||||
} else {
|
} else {
|
||||||
printf("Node id is not set.\n");
|
printf("Node id is not set.\n");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue