Browse Source

Added note to functionality

master
Jason Short 13 years ago
parent
commit
b8349f5486
  1. 3
      ArduCopter/radio.pde

3
ArduCopter/radio.pde

@ -141,7 +141,8 @@ static void throttle_failsafe(uint16_t pwm) @@ -141,7 +141,8 @@ static void throttle_failsafe(uint16_t pwm)
// throttle has dropped below the mark
failsafeCounter++;
if (failsafeCounter == FS_COUNTER-1){
//
// called right before trigger
// do nothing
}else if(failsafeCounter == FS_COUNTER) {
// Don't enter Failsafe if we are not armed
// home distance is in meters

Loading…
Cancel
Save