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:
Randy Mackay 2013-05-17 12:11:23 +09:00
parent 1426f40319
commit 6a173eb7ad

View File

@ -133,8 +133,3 @@ void set_gps_healthy(bool b)
}
ap.gps_status = b;
}
void dump_state()
{
cliSerial->printf("st: %u\n",ap.value);
}