1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-19 22:35:23 +03:00

Used forward declarations to remove #includes from header files

This commit is contained in:
Martin Budden 2016-08-04 17:30:08 +01:00 committed by borisbstyle
parent 3999fbc95b
commit 0de27cf7c2
22 changed files with 72 additions and 57 deletions

View file

@ -51,6 +51,8 @@ uint32_t targetPidLooptime;
bool pidStabilisationEnabled;
uint8_t PIDweight[3];
int16_t axisPID[3];
// PIDweight is a scale factor for PIDs which is derived from the throttle and TPA setting, and 100 = 100% scale means no PID reduction