mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-24 13:55:51 +08:00
Revert "[modules] fix telemetry_transparent for non ap targets"
This reverts commit 3afcce0737
until module target exclusion is fixed.
target="!sim" doesn't add it to the ap target anymore...
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<configure name="MODEM_BAUD" value="B57600" description="UART baud rate"/>
|
||||
</doc>
|
||||
<header/>
|
||||
<makefile target="!sim|nps">
|
||||
<makefile target="ap">
|
||||
<configure name="MODEM_PORT" case="upper|lower"/>
|
||||
<define name="USE_$(MODEM_PORT_UPPER)"/>
|
||||
<define name="$(MODEM_PORT_UPPER)_BAUD" value="$(MODEM_BAUD)"/>
|
||||
|
||||
Reference in New Issue
Block a user