Browse Source

Found missing Break in Switch statement.

master
Jason Short 13 years ago
parent
commit
b315e23bbd
  1. 1
      ArduCopter/events.pde

1
ArduCopter/events.pde

@ -18,6 +18,7 @@ static void failsafe_on_event() @@ -18,6 +18,7 @@ static void failsafe_on_event()
set_new_altitude(target_altitude + 1000);
}
// 2 = Stay in AUTO and ignore failsafe
break;
default:
if(home_is_set == true){

Loading…
Cancel
Save