mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +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…
x
Reference in New Issue
Block a user