mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-04 20:54:00 -04:00
AP_HAL: add note to output_mode enum about params using it
This commit is contained in:
parent
436f9a3f46
commit
9b02baa5f0
@ -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…
Reference in New Issue
Block a user