mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
Do clock init before any RS232 output
This commit is contained in:
parent
3d3ad9e2c2
commit
30885ba4ce
@ -101,6 +101,9 @@ init_lowlevel(void)
|
||||
/* Redirect stdout to second port */
|
||||
rs232_redirect_stdout(RS232_PORT_1);
|
||||
|
||||
/* Clock */
|
||||
clock_init();
|
||||
|
||||
/* rtimers needed for radio cycling */
|
||||
rtimer_init();
|
||||
|
||||
@ -177,9 +180,6 @@ main(void)
|
||||
/* Initialize hardware */
|
||||
init_lowlevel();
|
||||
|
||||
/* Clock */
|
||||
clock_init();
|
||||
|
||||
/* Register initial processes */
|
||||
// procinit_init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user