mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
Fixed Type Error
This commit is contained in:
parent
c4476bdd80
commit
6b836d1a09
@ -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…
Reference in New Issue
Block a user