mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Squash and rebase
This commit is contained in:
parent
3038eb79ea
commit
9556ea6bf5
4 changed files with 13 additions and 2 deletions
|
@ -134,3 +134,4 @@ void pidInitFilters(const pidProfile_t *pidProfile);
|
|||
void pidInitConfig(const pidProfile_t *pidProfile);
|
||||
void pidInit(const pidProfile_t *pidProfile);
|
||||
void pidCopyProfile(uint8_t dstPidProfileIndex, uint8_t srcPidProfileIndex);
|
||||
bool crashRecoveryModeActive(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue