AP_HAL_ChibiOS: disable AP_Mount on "mini" boards

This commit is contained in:
Andy Piper 2020-07-24 18:47:16 +01:00 committed by Andrew Tridgell
parent cd60238e3d
commit baf92a17f9
4 changed files with 4 additions and 2 deletions

View File

@ -151,4 +151,3 @@ ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
# 8 PWM available by default
define BOARD_PWM_COUNT_DEFAULT 8

View File

@ -157,3 +157,5 @@ define HAL_SPRAYER_ENABLED 0
# reduce max size of embedded params for apj_tool.py
define AP_PARAM_MAX_EMBEDDED_PARAM 1024
define HAL_MOUNT_ENABLED 0

View File

@ -140,3 +140,5 @@ define BOARD_PWM_COUNT_DEFAULT 4
#font for the osd
ROMFS_WILDCARD libraries/AP_OSD/fonts/font*.bin
define HAL_MOUNT_ENABLED 0

View File

@ -19,4 +19,3 @@ PC9 SBUS_INVERT_TX OUTPUT LOW
undef BOARD_PWM_COUNT_DEFAULT
define BOARD_PWM_COUNT_DEFAULT 6