mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
If MBOOT_BOARD_ENTRY_INIT is defined by a board then that function must now make sure system clocks are configured, eg by calling mboot_entry_init(). Signed-off-by: Damien George <damien@micropython.org>