cuav:Bootloader init NULL console

This commit is contained in:
David Sidrane
2020-10-21 09:15:30 -07:00
committed by Daniel Agar
parent 8797823333
commit 962b90fd75
2 changed files with 2 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ __EXPORT int board_app_initialize(uintptr_t arg)
void board_late_initialize(void)
{
px4_platform_console_init();
sercon_main(0, NULL);
}

View File

@@ -64,6 +64,7 @@ __EXPORT int board_app_initialize(uintptr_t arg)
void board_late_initialize(void)
{
px4_platform_console_init();
sercon_main(0, NULL);
}