|
|
@ -39,9 +39,6 @@ static int8_t test_eedump(uint8_t argc, const Menu::arg *argv); |
|
|
|
static int8_t test_shell(uint8_t argc, const Menu::arg *argv); |
|
|
|
static int8_t test_shell(uint8_t argc, const Menu::arg *argv); |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
// this is declared here to remove compiler errors |
|
|
|
|
|
|
|
extern void print_latlon(AP_HAL::BetterStream *s, int32_t lat_or_lon); // in Log.pde |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// This is the help function |
|
|
|
// This is the help function |
|
|
|
// PSTR is an AVR macro to read strings from flash memory |
|
|
|
// PSTR is an AVR macro to read strings from flash memory |
|
|
|
// printf_P is a version of printf that reads from flash memory |
|
|
|
// printf_P is a version of printf that reads from flash memory |
|
|
|