mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
Rover: typo in mode stearing should be steering
This commit is contained in:
parent
f2c2811ef3
commit
3e8e02e9e8
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user