1
0
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:
Benjamin Valentin 2021-09-07 21:07:56 +02:00
parent bcb0df8e18
commit cb18689712

View File

@ -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 */