Rover: fixed build with print() changes

This commit is contained in:
Andrew Tridgell 2013-09-23 17:07:49 +10:00
parent aff274f9f4
commit 53f35dee57
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ test_modeswitch(uint8_t argc, const Menu::arg *argv)
cliSerial->printf_P(PSTR("Control CH "));
cliSerial->println(MODE_CHANNEL, DEC);
cliSerial->println(MODE_CHANNEL, BASE_DEC);
while(1){
delay(20);