mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 22:18:29 -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 _switchPosition = 0;
|
||||||
byte _oldSwitchPosition = 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"));
|
Serial.printf_P(PSTR("\nMode switch to edit, aileron: select modes, rudder: Simple on/off\n"));
|
||||||
print_hit_enter();
|
print_hit_enter();
|
||||||
|
Loading…
Reference in New Issue
Block a user