diff --git a/conf/airframes/Poine/booz2_a6.xml b/conf/airframes/Poine/booz2_a6.xml index 3add9e92d9..a0003c88af 100644 --- a/conf/airframes/Poine/booz2_a6.xml +++ b/conf/airframes/Poine/booz2_a6.xml @@ -43,21 +43,21 @@ - - + + - - - + + + - - + + @@ -189,6 +189,7 @@ BOARD_CFG=\"boards/lisa_0.99.h\" FLASH_MODE = JTAG ap.CFLAGS += -DMODEM_BAUD=B57600 +ap.CFLAGS += -DRADIO_CONTROL_SPEKTRUM_MODEL_H=\"radio_control/booz_radio_control_spektrum_dx7se.h\" include $(PAPARAZZI_SRC)/conf/autopilot/booz2_common.makefile include $(CFG_BOOZ)/booz2_autopilot.makefile diff --git a/conf/airframes/Poine/booz2_a7.xml b/conf/airframes/Poine/booz2_a7.xml index 7036a4ac8d..d9276d0e41 100644 --- a/conf/airframes/Poine/booz2_a7.xml +++ b/conf/airframes/Poine/booz2_a7.xml @@ -38,21 +38,21 @@ - - + + - - - + + + - - + + @@ -184,6 +184,7 @@ BOARD_CFG=\"boards/lisa_0.99.h\" FLASH_MODE = JTAG ap.CFLAGS += -DMODEM_BAUD=B57600 +ap.CFLAGS += -DRADIO_CONTROL_SPEKTRUM_MODEL_H=\"radio_control/booz_radio_control_spektrum_dx7se.h\" include $(PAPARAZZI_SRC)/conf/autopilot/booz2_common.makefile include $(CFG_BOOZ)/booz2_autopilot.makefile diff --git a/conf/autopilot/subsystems/booz2_radio_control_spektrum.makefile b/conf/autopilot/subsystems/booz2_radio_control_spektrum.makefile index 3b9db5033f..ffb9bb8ad1 100644 --- a/conf/autopilot/subsystems/booz2_radio_control_spektrum.makefile +++ b/conf/autopilot/subsystems/booz2_radio_control_spektrum.makefile @@ -3,7 +3,6 @@ # ap.CFLAGS += -DUSE_RADIO_CONTROL ap.CFLAGS += -DRADIO_CONTROL_TYPE_H=\"radio_control/booz_radio_control_spektrum.h\" -ap.CFLAGS += -DRADIO_CONTROL_SPEKTRUM_MODEL_H=\"radio_control/booz_radio_control_spektrum_dx7se.h\" ap.srcs += $(SRC_BOOZ)/booz_radio_control.c \ $(SRC_BOOZ)/radio_control/booz_radio_control_spektrum.c