Do clock init before any RS232 output
This commit is contained in:
parent
3d3ad9e2c2
commit
30885ba4ce
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue