mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-05 15:30:08 +08:00
rename BOOZ_FAILSAFE_GROUND_DETECT to FAILSAFE_GROUND_DETECT
This commit is contained in:
@@ -220,7 +220,7 @@ FLASH_MODE=IAP
|
||||
include $(PAPARAZZI_SRC)/conf/autopilot/booz2_common.makefile
|
||||
include $(CFG_BOOZ)/booz2_autopilot.makefile
|
||||
include $(CFG_BOOZ)/booz2_test_progs.makefile
|
||||
ap.CFLAGS += -DBOOZ_FAILSAFE_GROUND_DETECT
|
||||
ap.CFLAGS += -DFAILSAFE_GROUND_DETECT
|
||||
|
||||
sim.CFLAGS += -DBSM_PARAMS=\"booz_sensors_model_params_booz2_a2.h\"
|
||||
sim.CFLAGS += -DNPS_NO_SUPERVISION
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
<firmware name="rotorcraft">
|
||||
<target name="ap" board="booz_1.0">
|
||||
<define name="BOOZ_FAILSAFE_GROUND_DETECT"/>
|
||||
<define name="FAILSAFE_GROUND_DETECT"/>
|
||||
<define name="USE_GPS_ACC4R"/>
|
||||
</target>
|
||||
<target name="sim" board="pc">
|
||||
|
||||
@@ -231,7 +231,7 @@ FLASH_MODE=IAP
|
||||
include $(PAPARAZZI_SRC)/conf/autopilot/booz2_common.makefile
|
||||
include $(CFG_BOOZ)/booz2_autopilot.makefile
|
||||
include $(CFG_BOOZ)/booz2_test_progs.makefile
|
||||
ap.CFLAGS += -DBOOZ_FAILSAFE_GROUND_DETECT
|
||||
ap.CFLAGS += -DFAILSAFE_GROUND_DETECT
|
||||
|
||||
ap.CFLAGS += -DMODEM_BAUD=B57600
|
||||
include $(CFG_BOOZ)/subsystems/booz2_actuators_mkk.makefile
|
||||
|
||||
Reference in New Issue
Block a user