Copter: disable parachute and rally on APM1

This commit is contained in:
Randy Mackay 2014-08-01 14:26:34 +09:00
parent 3e6e776360
commit 4e2683421c

View File

@ -81,7 +81,7 @@
#define MAGNETOMETER ENABLED
#if CONFIG_HAL_BOARD == HAL_BOARD_APM2
#if HAL_CPU_CLASS < HAL_CPU_CLASS_75
# define PARACHUTE DISABLED
# define AC_RALLY DISABLED
#endif