Skip to content

Commit

Permalink
[module] fix missing test target
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierhattenberger committed Jan 12, 2017
1 parent c9c0789 commit 3a677f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/modules/radio_control_spektrum.xml
Expand Up @@ -15,7 +15,7 @@
<header>
<file name="spektrum.h" dir="subsystems/radio_control"/>
</header>
<makefile target="ap|fbw|sim|nps">
<makefile target="ap|fbw|sim|nps|test_radio_control">
<configure name="RADIO_CONTROL_LED" default="none"/>
<define name="RADIO_CONTROL_LED" value="$(RADIO_CONTROL_LED)" cond="ifneq ($(RADIO_CONTROL_LED),none)"/>
<define name="RADIO_CONTROL_TYPE_H" value="subsystems/radio_control/spektrum.h" type="string"/>
Expand Down

0 comments on commit 3a677f3

Please sign in to comment.