mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +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
|
@ -29,8 +29,8 @@
|
|||
#define NOINLINE
|
||||
#define FAST_CODE
|
||||
#define FAST_CODE_NOINLINE
|
||||
#define FAST_RAM_ZERO_INIT
|
||||
#define FAST_RAM
|
||||
#define FAST_DATA_ZERO_INIT
|
||||
#define FAST_DATA
|
||||
|
||||
#define PID_PROFILE_COUNT 3
|
||||
#define CONTROL_RATE_PROFILE_COUNT 6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue