mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Remove MW23 pid controller
This commit is contained in:
parent
8e744e874c
commit
fb35cc6477
5 changed files with 9 additions and 159 deletions
|
@ -37,8 +37,7 @@ typedef enum {
|
|||
} pidIndex_e;
|
||||
|
||||
typedef enum {
|
||||
PID_CONTROLLER_MW23,
|
||||
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