Browse Source

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.
mission-4.1.18
Randy Mackay 12 years ago
parent
commit
6a173eb7ad
  1. 5
      ArduCopter/AP_State.pde

5
ArduCopter/AP_State.pde

@ -133,8 +133,3 @@ void set_gps_healthy(bool b) @@ -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…
Cancel
Save