Browse Source

Cosmetic

master
Jason Short 13 years ago
parent
commit
6513b12eb2
  1. 1
      ArduCopter/control_modes.pde

1
ArduCopter/control_modes.pde

@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
static void read_control_switch()
{
static bool switch_debouncer = false;
byte switchPosition = readSwitch();
if (oldSwitchPosition != switchPosition){

Loading…
Cancel
Save