Browse Source

AP_HAL: add note to output_mode enum about params using it

gps-1.3.1
Iampete1 3 years ago committed by Andrew Tridgell
parent
commit
9b02baa5f0
  1. 4
      libraries/AP_HAL/RCOutput.h

4
libraries/AP_HAL/RCOutput.h

@ -186,7 +186,9 @@ public: @@ -186,7 +186,9 @@ public:
/*
output modes. Allows for support of PWM, oneshot and dshot
*/
*/
// this enum is used by BLH_OTYPE and ESC_PWM_TYPE on AP_Periph
// double check params are still correct when changing
enum output_mode {
MODE_PWM_NONE,
MODE_PWM_NORMAL,

Loading…
Cancel
Save