Skip to content

Commit

Permalink
[test_progs] fix compilation of test_actuators_pwm if also using setu…
Browse files Browse the repository at this point in the history
…p_actuators.xml settings file
  • Loading branch information
flixr committed Aug 27, 2014
1 parent ad48078 commit cb34331
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions conf/firmwares/test_progs.makefile
Expand Up @@ -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


#
Expand Down

0 comments on commit cb34331

Please sign in to comment.