Browse Source

RC_Channel: correct description of standby option

Also canonicalise on STANDBY rather than STANDBY
master
Peter Barker 5 years ago committed by Randy Mackay
parent
commit
3bec1c7d4f
  1. 2
      libraries/RC_Channel/RC_Channel.h

2
libraries/RC_Channel/RC_Channel.h

@ -173,7 +173,7 @@ public: @@ -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…
Cancel
Save