mirror of https://github.com/ArduPilot/ardupilot
Copter: remove unused variables from fence.pde
saves 2 bytes
This commit is contained in:
parent
1aeaa5955b
commit
dba8fac515
|
@ -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…
Reference in New Issue