AP_InertialSensor: fix example build after PSTR removal

This commit is contained in:
Lucas De Marchi 2015-11-03 19:11:47 -02:00 committed by Andrew Tridgell
parent a5a1680fb3
commit 3d1d6286e9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ void loop(void)
" d) display offsets and scaling\r\n"
" l) level (capture offsets from level)\r\n"
" t) test\r\n"
" r) reboot"));
" r) reboot");
// wait for user input
while( !hal.console->available() ) {