1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

Removed unused defines

This commit is contained in:
Štěpán Dalecký 2021-10-01 15:01:14 +02:00
parent f0a9431614
commit 04381695ea

View file

@ -22,10 +22,8 @@
#include "flight/pid.h"
#define SIMPLIFIED_TUNING_MIN 50
#define SIMPLIFIED_TUNING_MIN 0
#define SIMPLIFIED_TUNING_MAX 200
#define SIMPLIFIED_TUNING_DTERM_MIN 80
#define SIMPLIFIED_TUNING_DTERM_MAX 120
#define SIMPLIFIED_TUNING_DEFAULT 100
#define SIMPLIFIED_TUNING_PITCH_P_DEFAULT 105
#define SIMPLIFIED_TUNING_PITCH_D_DEFAULT 115