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:
parent
3999fbc95b
commit
0de27cf7c2
22 changed files with 72 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue