mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Plane: fixed build with print() base change
This commit is contained in:
parent
0e9aef7e52
commit
4f310aaec8
@ -373,7 +373,7 @@ test_modeswitch(uint8_t argc, const Menu::arg *argv)
|
||||
|
||||
cliSerial->printf_P(PSTR("Control CH "));
|
||||
|
||||
cliSerial->println(FLIGHT_MODE_CHANNEL, DEC);
|
||||
cliSerial->println(FLIGHT_MODE_CHANNEL, BASE_DEC);
|
||||
|
||||
while(1) {
|
||||
delay(20);
|
||||
|
Loading…
Reference in New Issue
Block a user