mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Rename FAST_RAM to FAST_DATA
This commit is contained in:
parent
da9bb85843
commit
4c99ad743d
32 changed files with 158 additions and 158 deletions
|
@ -144,7 +144,7 @@ enum {
|
|||
int16_t magHold;
|
||||
#endif
|
||||
|
||||
static FAST_RAM_ZERO_INIT uint8_t pidUpdateCounter;
|
||||
static FAST_DATA_ZERO_INIT uint8_t pidUpdateCounter;
|
||||
|
||||
static bool flipOverAfterCrashActive = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue