mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Added FAST_RAM_INITIALIZED (#5733)
* Added FAST_RAM_INITIALIZED for those who really want it * Added the white crow of KISSFCV2F7 * Made initialized data LMAs robust * Fixed indirection when initializing fast memory
This commit is contained in:
parent
8e152f3259
commit
f18448e8dc
6 changed files with 65 additions and 9 deletions
|
@ -158,7 +158,7 @@ void pidResetITerm(void)
|
|||
}
|
||||
}
|
||||
|
||||
static FAST_RAM float itermAccelerator = 1.0f;
|
||||
static FAST_RAM_INITIALIZED float itermAccelerator = 1.0f;
|
||||
|
||||
void pidSetItermAccelerator(float newItermAccelerator)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue