Browse Source

Rover: test.cpp correct whitespace, remove tabs

mission-4.1.18
Pierre Kancir 8 years ago committed by Randy Mackay
parent
commit
7131b20b81
  1. 5
      APMrover2/test.cpp

5
APMrover2/test.cpp

@ -346,10 +346,11 @@ int8_t Rover::test_ins(uint8_t argc, const Menu::arg *argv)
void Rover::print_enabled(bool b) void Rover::print_enabled(bool b)
{ {
if(b) if (b) {
cliSerial->print("en"); cliSerial->print("en");
else } else {
cliSerial->print("dis"); cliSerial->print("dis");
}
cliSerial->println("abled"); cliSerial->println("abled");
} }

Loading…
Cancel
Save