Copter: remove unused variables from fence.pde

saves 2 bytes
This commit is contained in:
Randy Mackay 2014-04-27 11:09:31 +09:00
parent 1aeaa5955b
commit dba8fac515
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
#if AC_FENCE == ENABLED #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 // fence_check - ask fence library to check for breaches and initiate the response
// called at 1hz // called at 1hz
void fence_check() void fence_check()