mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
stm32/boardctrl: Define MICROPY_BOARD_EARLY_INIT alongside others.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -385,10 +385,7 @@ void stm32_main(uint32_t reset_mode) {
|
||||
__HAL_RCC_D2SRAM3_CLK_ENABLE();
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(MICROPY_BOARD_EARLY_INIT)
|
||||
MICROPY_BOARD_EARLY_INIT();
|
||||
#endif
|
||||
|
||||
// basic sub-system init
|
||||
#if defined(STM32WB)
|
||||
|
||||
Reference in New Issue
Block a user