mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/cortexm_common: call cpu_init()
This commit is contained in:
parent
86da174be2
commit
bcb0df8e18
@ -181,6 +181,9 @@ void reset_handler_default(void)
|
||||
dbgpin_init();
|
||||
#endif
|
||||
|
||||
/* initialize the CPU */
|
||||
cpu_init();
|
||||
|
||||
/* initialize the board (which also initiates CPU initialization) */
|
||||
board_init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user