Rover: typo in mode stearing should be steering

This commit is contained in:
Randy Mackay 2014-01-20 11:22:19 +09:00
parent f2c2811ef3
commit 3e8e02e9e8

View File

@ -467,7 +467,7 @@ print_mode(AP_HAL::BetterStream *port, uint8_t mode)
port->print_P(PSTR("Learning"));
break;
case STEERING:
port->print_P(PSTR("Stearing"));
port->print_P(PSTR("Steering"));
break;
case AUTO:
port->print_P(PSTR("AUTO"));