mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/avr8_common: call cpu_init()
This commit is contained in:
parent
bcb0df8e18
commit
cb18689712
@ -81,6 +81,8 @@ __attribute__((used)) void reset_handler(void)
|
||||
dbgpin_init();
|
||||
#endif
|
||||
|
||||
/* initialize the CPU */
|
||||
cpu_init();
|
||||
/* initialize the board and startup the kernel */
|
||||
board_init();
|
||||
/* startup the kernel */
|
||||
|
Loading…
Reference in New Issue
Block a user