mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter: remove unused print_wp function
This commit is contained in:
parent
4c6d6ea96e
commit
b462bfed84
@ -1361,18 +1361,6 @@ init_esc()
|
||||
}
|
||||
}
|
||||
|
||||
static void print_wp(const struct Location *cmd, uint8_t index)
|
||||
{
|
||||
cliSerial->printf_P(PSTR("cmd#: %d | %d, %d, %d, %ld, %ld, %ld\n"),
|
||||
index,
|
||||
cmd->id,
|
||||
cmd->options,
|
||||
cmd->p1,
|
||||
cmd->alt,
|
||||
cmd->lat,
|
||||
cmd->lng);
|
||||
}
|
||||
|
||||
static void report_version()
|
||||
{
|
||||
cliSerial->printf_P(PSTR("FW Ver: %d\n"),(int)g.k_format_version);
|
||||
|
Loading…
Reference in New Issue
Block a user