mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-29 19:17:28 +08:00
[conf] telemetry_transparent: fix targets
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<configure name="MODEM_BAUD" value="B57600" description="UART baud rate"/>
|
<configure name="MODEM_BAUD" value="B57600" description="UART baud rate"/>
|
||||||
</doc>
|
</doc>
|
||||||
<header/>
|
<header/>
|
||||||
<makefile target="!sim|nps">
|
<makefile target="!fbw|sim|nps">
|
||||||
<configure name="MODEM_PORT" case="upper|lower"/>
|
<configure name="MODEM_PORT" case="upper|lower"/>
|
||||||
<define name="USE_$(MODEM_PORT_UPPER)"/>
|
<define name="USE_$(MODEM_PORT_UPPER)"/>
|
||||||
<define name="$(MODEM_PORT_UPPER)_BAUD" value="$(MODEM_BAUD)"/>
|
<define name="$(MODEM_PORT_UPPER)_BAUD" value="$(MODEM_BAUD)"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user