mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-05 20:25:16 +00:00
Do clock init before any RS232 output
This commit is contained in:
@@ -101,7 +101,10 @@ init_lowlevel(void)
|
||||
/* Redirect stdout to second port */
|
||||
rs232_redirect_stdout(RS232_PORT_1);
|
||||
|
||||
/* rtimers needed for radio cycling */
|
||||
/* Clock */
|
||||
clock_init();
|
||||
|
||||
/* rtimers needed for radio cycling */
|
||||
rtimer_init();
|
||||
|
||||
/* Initialize process subsystem */
|
||||
@@ -177,9 +180,6 @@ main(void)
|
||||
/* Initialize hardware */
|
||||
init_lowlevel();
|
||||
|
||||
/* Clock */
|
||||
clock_init();
|
||||
|
||||
/* Register initial processes */
|
||||
// procinit_init();
|
||||
|
||||
|
Reference in New Issue
Block a user