mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-27 02:05:31 +03:00
Cli PID Controller fix
This commit is contained in:
parent
33b6bac38f
commit
4864f1ce64
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ typedef enum {
|
|||
} pidIndex_e;
|
||||
|
||||
typedef enum {
|
||||
PID_CONTROLLER_MWREWRITE,
|
||||
PID_CONTROLLER_MWREWRITE = 1,
|
||||
PID_CONTROLLER_LUX_FLOAT,
|
||||
PID_COUNT
|
||||
} pidControllerType_e;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue