Browse Source

Fixed Type Error

mission-4.1.18
Jason Short 13 years ago
parent
commit
6b836d1a09
  1. 2
      ArduCopter/setup.pde

2
ArduCopter/setup.pde

@ -271,7 +271,7 @@ setup_flightmodes(uint8_t argc, const Menu::arg *argv) @@ -271,7 +271,7 @@ setup_flightmodes(uint8_t argc, const Menu::arg *argv)
{
byte _switchPosition = 0;
byte _oldSwitchPosition = 0;
byte mode = 0;
int8_t mode = 0;
Serial.printf_P(PSTR("\nMode switch to edit, aileron: select modes, rudder: Simple on/off\n"));
print_hit_enter();

Loading…
Cancel
Save