mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-17 21:35:44 +03:00
Add fast RAM support, CCM or TCM depending on processor
This commit is contained in:
parent
5892cac45d
commit
a33a82725e
24 changed files with 105 additions and 59 deletions
|
@ -67,7 +67,7 @@
|
|||
#endif
|
||||
|
||||
|
||||
acc_t acc; // acc access functions
|
||||
FAST_RAM acc_t acc; // acc access functions
|
||||
|
||||
static float accumulatedMeasurements[XYZ_AXIS_COUNT];
|
||||
static int accumulatedMeasurementCount;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue