mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +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);
|
||||
bool crashRecoveryModeActive(void);
|
||||
|
||||
FAST_RAM float throttleBoost;
|
||||
pt1Filter_t throttleLpf;
|
||||
extern float throttleBoost;
|
||||
extern pt1Filter_t throttleLpf;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue