1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-25 09:16:01 +03:00

Separated rc adjustments into separate module

This commit is contained in:
Martin Budden 2017-01-19 17:12:28 +00:00
parent 857b3603c4
commit 1060f1552d
10 changed files with 540 additions and 467 deletions

View file

@ -45,6 +45,7 @@
#include "fc/config.h"
#include "fc/controlrate_profile.h"
#include "fc/fc_msp.h"
#include "fc/rc_adjustments.h"
#include "fc/rc_controls.h"
#include "fc/runtime_config.h"