1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2019-02-02 22:33:12 +01:00
parent b7dddef483
commit ab2b05bab1
5 changed files with 8 additions and 8 deletions

View file

@ -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);