diff --git a/sw/airborne/rc_settings.c b/sw/airborne/rc_settings.c index 955bc4b17c..e6f9f5d94a 100644 --- a/sw/airborne/rc_settings.c +++ b/sw/airborne/rc_settings.c @@ -31,6 +31,8 @@ #include "infrared.h" #include "nav.h" #include "estimator.h" +#include "inter_mcu.h" +#include "fw_h_ctl.h" #define ParamValInt16(param_init_val, param_travel, cur_pulse, init_pulse) \ @@ -41,7 +43,7 @@ #define RcChannel(x) (fbw_state->channels[x]) -/** Includes generated code from airframe.xml */ +/** Includes generated code from tuning_rc.xml */ #include "settings.h"