mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Fixed missing extern on throttleBoost (#5549)
This commit is contained in:
parent
83e614c139
commit
9cf0eca620
1 changed files with 2 additions and 2 deletions
|
@ -145,5 +145,5 @@ void pidInit(const pidProfile_t *pidProfile);
|
||||||
void pidCopyProfile(uint8_t dstPidProfileIndex, uint8_t srcPidProfileIndex);
|
void pidCopyProfile(uint8_t dstPidProfileIndex, uint8_t srcPidProfileIndex);
|
||||||
bool crashRecoveryModeActive(void);
|
bool crashRecoveryModeActive(void);
|
||||||
|
|
||||||
FAST_RAM float throttleBoost;
|
extern float throttleBoost;
|
||||||
pt1Filter_t throttleLpf;
|
extern pt1Filter_t throttleLpf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue