mirror of https://github.com/ArduPilot/ardupilot
hwdef: save flash space on boards that are over
This commit is contained in:
parent
493fb57efc
commit
ce7b0fb68f
|
@ -71,3 +71,5 @@ define HAL_SPRAYER_ENABLED 0
|
|||
define AP_BATTMON_SMBUS_ENABLE 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
define AP_ICENGINE_ENABLED 0
|
||||
define AP_GPS_SIRF_ENABLED 0
|
||||
define AP_GPS_SBP_ENABLED 0
|
||||
|
|
|
@ -15,3 +15,5 @@ define CH_CFG_ST_RESOLUTION 32
|
|||
# Add S7 Pad for MatekF405 STD
|
||||
PB8 TIM4_CH3 TIM4 PWM(7) GPIO(56) NODMA
|
||||
|
||||
define AP_GPS_SIRF_ENABLED 0
|
||||
define AP_GPS_SBP_ENABLED 0
|
||||
|
|
|
@ -198,3 +198,5 @@ define HAL_BARO_WIND_COMP_ENABLED 0
|
|||
define GRIPPER_ENABLED 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
define AP_ICENGINE_ENABLED 0
|
||||
define AP_GPS_SIRF_ENABLED 0
|
||||
define AP_GPS_SBP_ENABLED 0
|
||||
|
|
|
@ -163,3 +163,5 @@ define AC_OAPATHPLANNER_ENABLED 0
|
|||
define PRECISION_LANDING 0
|
||||
define AP_OPTICALFLOW_ENABLED 0
|
||||
define AP_ICENGINE_ENABLED 0
|
||||
define AP_GPS_SIRF_ENABLED 0
|
||||
define AP_GPS_SBP_ENABLED 0
|
||||
|
|
Loading…
Reference in New Issue