File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
platforms/nuttx/src/bootloader Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -694,7 +694,7 @@ arch_do_jump(const uint32_t *app_base)
694694}
695695
696696int
697- bootloader_main (void )
697+ bootloader_main (int argc , char * argv [] )
698698{
699699 bool try_boot = true; /* try booting before we drop to the bootloader */
700700 unsigned timeout = BOOTLOADER_DELAY ; /* if nonzero, drop out of the bootloader after this time */
Original file line number Diff line number Diff line change @@ -637,7 +637,7 @@ arch_do_jump(const uint32_t *app_base)
637637}
638638
639639int
640- bootloader_main (void )
640+ bootloader_main (int argc , char * argv [] )
641641{
642642 bool try_boot = true; /* try booting before we drop to the bootloader */
643643 unsigned timeout = BOOTLOADER_DELAY ; /* if nonzero, drop out of the bootloader after this time */
You can’t perform that action at this time.
0 commit comments