mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Update to ensure serial_cli list matches enum for PWM protocols
This commit is contained in:
parent
af9a7f8eae
commit
1c4e5aceda
2 changed files with 4 additions and 0 deletions
|
@ -28,10 +28,12 @@ typedef enum {
|
|||
PWM_TYPE_ONESHOT42,
|
||||
PWM_TYPE_MULTISHOT,
|
||||
PWM_TYPE_BRUSHED,
|
||||
#ifdef USE_DSHOT
|
||||
PWM_TYPE_DSHOT150,
|
||||
PWM_TYPE_DSHOT300,
|
||||
PWM_TYPE_DSHOT600,
|
||||
PWM_TYPE_DSHOT1200,
|
||||
#endif
|
||||
PWM_TYPE_MAX
|
||||
} motorPwmProtocolTypes_e;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue