diff --git a/os/hal/boards/NUTINY-SDK-NUC123-V2.0/board.c b/os/hal/boards/NUTINY-SDK-NUC123-V2.0/board.c index e2d4e479..8829c43f 100644 --- a/os/hal/boards/NUTINY-SDK-NUC123-V2.0/board.c +++ b/os/hal/boards/NUTINY-SDK-NUC123-V2.0/board.c @@ -29,3 +29,12 @@ void boardInit(void) OnboardLED_Init(); #endif } + +/** + * @brief Early initialization code. + * @details This initialization is performed just after reset before BSS and + * DATA segments initialization. + */ +void __early_init(void) +{ +}