AP_Menu: fixed build with older compilers

avoids relocation truncated to fit error
This commit is contained in:
Andrew Tridgell 2013-01-17 06:55:44 +11:00
parent 843692ee5d
commit 7294d9ef35
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ setup(void)
void void
loop(void) loop(void)
{ {
hal.console->printf("not reached\n");
} }
AP_HAL_MAIN(); AP_HAL_MAIN();