mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Merge pull request #3636 from basdelfos/copy-profile
Copy profile to another profile (MSP and OSD)
This commit is contained in:
commit
e3a921b762
8 changed files with 109 additions and 0 deletions
|
@ -134,5 +134,6 @@ void pidSetItermAccelerator(float newItermAccelerator);
|
|||
void pidInitFilters(const pidProfile_t *pidProfile);
|
||||
void pidInitConfig(const pidProfile_t *pidProfile);
|
||||
void pidInit(const pidProfile_t *pidProfile);
|
||||
void copyPidProfile(const uint8_t dstPidProfileIndex, const uint8_t srcPidProfileIndex);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue