1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-15 12:25:17 +03:00

mixprofile development

This commit is contained in:
haoxiang.qiu 2022-11-14 18:43:16 +09:00
parent cbbef19721
commit 67390e12ed
12 changed files with 116 additions and 153 deletions

View file

@ -46,15 +46,11 @@
#include "sensors/rangefinder.h"
#include "flight/imu.h"
#include "flight/pid.h"
#include "flight/mixer_profile.h"
#include "drivers/io_port_expander.h"
#include "io/osd_common.h"
#include "sensors/diagnostics.h"
#include "flight/mixer_profile.h"
#include "flight/mixer.h"
#include "flight/servos.h"
#include "drivers/pwm_mapping.h"
#include "navigation/navigation.h"
#include "navigation/navigation_private.h"