mirror of https://github.com/ArduPilot/ardupilot
AP_Menu: fixed build with older compilers
avoids relocation truncated to fit error
This commit is contained in:
parent
843692ee5d
commit
7294d9ef35
|
@ -47,6 +47,7 @@ setup(void)
|
||||||
void
|
void
|
||||||
loop(void)
|
loop(void)
|
||||||
{
|
{
|
||||||
|
hal.console->printf("not reached\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
AP_HAL_MAIN();
|
AP_HAL_MAIN();
|
||||||
|
|
Loading…
Reference in New Issue