[modules] fix telemetry_transparent for non ap targets

add telemetry to all targets except simulation, so e.g. also usable for demo_ahrs_actuators, etc.
This commit is contained in:
Felix Ruess
2016-04-20 14:48:54 +02:00
parent bd5908decd
commit 3afcce0737
+1 -1
View File
@@ -11,7 +11,7 @@
<configure name="MODEM_BAUD" value="B57600" description="UART baud rate"/>
</doc>
<header/>
<makefile target="ap">
<makefile target="!sim|nps">
<configure name="MODEM_PORT" case="upper|lower"/>
<define name="USE_$(MODEM_PORT_UPPER)"/>
<define name="$(MODEM_PORT_UPPER)_BAUD" value="$(MODEM_BAUD)"/>