mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
some extra speedups
This commit is contained in:
parent
b7dddef483
commit
ab2b05bab1
5 changed files with 8 additions and 8 deletions
|
@ -67,7 +67,7 @@
|
|||
|
||||
stickPositions_e rcStickPositions;
|
||||
|
||||
int16_t rcCommand[4]; // interval [1000;2000] for THROTTLE and [-500;+500] for ROLL/PITCH/YAW
|
||||
FASTRAM int16_t rcCommand[4]; // interval [1000;2000] for THROTTLE and [-500;+500] for ROLL/PITCH/YAW
|
||||
|
||||
PG_REGISTER_WITH_RESET_TEMPLATE(rcControlsConfig_t, rcControlsConfig, PG_RC_CONTROLS_CONFIG, 0);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue