[modules] fix extra_dl

This commit is contained in:
Felix Ruess
2015-03-17 10:19:48 +01:00
parent baec880d50
commit 6d304f1d76
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -16,7 +16,6 @@
EXTRA_DL_PORT_LOWER = $(shell echo $(EXTRA_DL_PORT) | tr A-Z a-z)
</raw>
<define name="EXTRA_DOWNLINK_DEVICE" value="$(EXTRA_DL_PORT_LOWER)"/>
<define name="EXTRA_PPRZ_UART" value="$(EXTRA_DL_PORT)"/>
<define name="USE_$(EXTRA_DL_PORT)"/>
<define name="$(EXTRA_DL_PORT)_BAUD" value="$(EXTRA_DL_BAUD)"/>
<file name="extra_pprz_dl.c"/>