mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
RC_Channel: correct description of standby option
Also canonicalise on STANDBY rather than STANDBY
This commit is contained in:
parent
90cde5397b
commit
a3197e33d0
@ -173,7 +173,7 @@ public:
|
||||
DRIFT = 73, // drift mode
|
||||
SAILBOAT_MOTOR_3POS = 74, // Sailboat motoring 3pos
|
||||
SURFACE_TRACKING = 75, // Surface tracking upwards or downwards
|
||||
STAND_BY = 76, // Standy signal magnitude
|
||||
STANDBY = 76, // Standby mode
|
||||
TAKEOFF = 77, // takeoff
|
||||
KILL_IMU1 = 100, // disable first IMU (for IMU failure testing)
|
||||
KILL_IMU2 = 101, // disable second IMU (for IMU failure testing)
|
||||
|
Loading…
Reference in New Issue
Block a user