mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 14:35:51 +08:00
[test_progs] fix compilation of test_actuators_pwm if also using setup_actuators.xml settings file
This commit is contained in:
@@ -213,6 +213,9 @@ test_actuators_pwm.CFLAGS += $(COMMON_TELEMETRY_CFLAGS)
|
||||
test_actuators_pwm.srcs += $(COMMON_TELEMETRY_SRCS)
|
||||
test_actuators_pwm.srcs += test/test_actuators_pwm.c
|
||||
test_actuators_pwm.srcs += $(SRC_ARCH)/subsystems/actuators/actuators_pwm_arch.c $(SRC_ARCH)/subsystems/actuators/actuators_shared_arch.c
|
||||
# only add this so it doesn't fail to build if you also have setup_actuators.xml settings file loaded
|
||||
# remove me again when we have auto loading of settings according to subsystem/module/target...
|
||||
test_actuators_pwm.srcs += subsystems/actuators.c
|
||||
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user