44 #include <avr/pgmspace.h>
47 #include "contiki-lib.h"
50 #include "dev/rs232.h"
51 #include "dev/watchdog.h"
55 #include "dev/ds2401.h"
56 #include "sys/node-id.h"
64 USART_PARITY_NONE | USART_STOP_BITS_1 | USART_DATA_BITS_8);
66 #if WITH_UIP || WITH_UIP6
68 rs232_redirect_stdout(RS232_PORT_0);
70 rs232_redirect_stdout(RS232_PORT_0);
110 printf_P(PSTR(CONTIKI_VERSION_STRING
" started. Node id %u\n"), node_id);
115 autostart_start(autostart_processes);