mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 08:55:51 +08:00
b7129a5fe7
- for outback safety (so it can decode flight termination modes even when AP is down) - Keep datalink while in flight termination mode closes #844
6 lines
285 B
Makefile
6 lines
285 B
Makefile
|
|
fbw.srcs += firmwares/fixedwing/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)
|