mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 05:58:30 -04:00
Copter: removed duplicate print_latlon() declarations
This commit is contained in:
parent
b5ae588341
commit
ce3ee97e73
@ -849,7 +849,6 @@ static void start_logging()
|
|||||||
|
|
||||||
#else // LOGGING_ENABLED
|
#else // LOGGING_ENABLED
|
||||||
|
|
||||||
void print_latlon(AP_HAL::BetterStream *s, int32_t lat_or_lon) {}
|
|
||||||
static void Log_Write_Startup() {}
|
static void Log_Write_Startup() {}
|
||||||
static void Log_Write_Cmd(uint8_t num, const struct Location *wp) {}
|
static void Log_Write_Cmd(uint8_t num, const struct Location *wp) {}
|
||||||
static void Log_Write_Mode(uint8_t mode) {}
|
static void Log_Write_Mode(uint8_t mode) {}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user