Refactor static variables into a structure
commite9b086a8793677200966d33e42ab4dccf072d138
authorBruce Luckcuck <github@etracer.net>
Sat, 23 Jun 2018 14:16:54 +0000 (23 10:16 -0400)
committerBruce Luckcuck <github@etracer.net>
Sat, 23 Jun 2018 14:16:54 +0000 (23 10:16 -0400)
tree18a9e9bf5ec5878d98f8674ada059e61e6206bdd
parent1982c94780009ec50679864af69d53dae23ecc20
Refactor static variables into a structure
Cleans up the many static variables into a single structure. Saves ~60 bytes on F3 but far more importantly will allow the support functions to be easily moved to a size optimized file at some later date.
src/main/fc/fc_rc.c
src/main/fc/rc_controls.h