mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: remove unused dump_state function
Feel free to add this back in when doing debug. Let's not have too much debug permanently in the code because it makes it harder to read.
This commit is contained in:
parent
1426f40319
commit
6a173eb7ad
@ -133,8 +133,3 @@ void set_gps_healthy(bool b)
|
||||
}
|
||||
ap.gps_status = b;
|
||||
}
|
||||
|
||||
void dump_state()
|
||||
{
|
||||
cliSerial->printf("st: %u\n",ap.value);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user