Plane: fixed build with print() base change

This commit is contained in:
Andrew Tridgell 2013-09-23 14:46:58 +10:00
parent 0e9aef7e52
commit 4f310aaec8

View File

@ -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);