Skip to content

Commit

Permalink
[fbw_datalink] makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter authored and flixr committed Oct 6, 2014
1 parent 8b4fd9a commit bb455f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/firmwares/subsystems/fixedwing/fbw_datalink.makefile
@@ -0,0 +1,5 @@

fbw.srcs += fbw_datalink.c
fbw.CFLAGS += -DFBW_DATALINK
fbw.CFLAGS += -DMODEM_LINK=$(MODEM_PORT) -DUSE_$(MODEM_PORT) -D$(MODEM_PORT)_BAUD=$(MODEM_BAUD)
fbw.CFLAGS += -DAUTOPILOT_LINK=$(AUTOPILOT_PORT) -DUSE_$(AUTOPILOT_PORT) -D$(AUTOPILOT_PORT)_BAUD=$(MODEM_BAUD)

0 comments on commit bb455f9

Please sign in to comment.