diff --git a/boot/zephyr/main.c b/boot/zephyr/main.c index abd2fe6eb..91c9b9b9d 100644 --- a/boot/zephyr/main.c +++ b/boot/zephyr/main.c @@ -407,7 +407,7 @@ int main(void) #ifdef CONFIG_MCUBOOT_INDICATION_LED /* LED init */ - led_init(); + io_led_init(); #endif os_heap_init();