mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 10:20:35 +08:00
Shrinking the main commander file a bit
This commit is contained in:
@@ -38,6 +38,12 @@
|
||||
MODULE_COMMAND = commander
|
||||
SRCS = commander.c \
|
||||
state_machine_helper.c \
|
||||
commander_helper.c \
|
||||
calibration_routines.c \
|
||||
accelerometer_calibration.c
|
||||
accelerometer_calibration.c \
|
||||
gyro_calibration.c \
|
||||
mag_calibration.c \
|
||||
baro_calibration.c \
|
||||
rc_calibration.c \
|
||||
airspeed_calibration.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user