1
0
Fork 0
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:
borisbstyle 2016-04-16 23:35:02 +02:00
parent 8e744e874c
commit fb35cc6477
5 changed files with 9 additions and 159 deletions

View file

@ -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;