We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408f853 commit c57843cCopy full SHA for c57843c
2 files changed
platforms/nuttx/src/bootloader/nxp/imxrt_common/main.c
@@ -694,7 +694,7 @@ arch_do_jump(const uint32_t *app_base)
694
}
695
696
int
697
-bootloader_main(void)
+bootloader_main(int argc, char *argv[])
698
{
699
bool try_boot = true; /* try booting before we drop to the bootloader */
700
unsigned timeout = BOOTLOADER_DELAY; /* if nonzero, drop out of the bootloader after this time */
platforms/nuttx/src/bootloader/stm/stm32_common/main.c
@@ -637,7 +637,7 @@ arch_do_jump(const uint32_t *app_base)
637
638
639
640
641
642
643
0 commit comments