Browse Source

Copter: remove unused variables from fence.pde

saves 2 bytes
master
Randy Mackay 11 years ago
parent
commit
dba8fac515
  1. 2
      ArduCopter/fence.pde

2
ArduCopter/fence.pde

@ -4,8 +4,6 @@ @@ -4,8 +4,6 @@
#if AC_FENCE == ENABLED
uint8_t lim_state = 0, lim_old_state = 0;
// fence_check - ask fence library to check for breaches and initiate the response
// called at 1hz
void fence_check()

Loading…
Cancel
Save