AP_HAL: remove unused HAL_MINIMIZE_FEATURES define

This commit is contained in:
Peter Barker 2024-08-01 09:31:59 +10:00 committed by Peter Barker
parent 9049aeaff6
commit 894b99fce5
1 changed files with 0 additions and 7 deletions

View File

@ -191,13 +191,6 @@
#define AP_EXTENDED_DSHOT_TELEM_V2_ENABLED HAL_REQUIRES_BDSHOT_SUPPORT
#endif
// this is used as a general mechanism to make a 'small' build by
// dropping little used features. We use this to allow us to keep
// FMUv2 going for as long as possible
#ifndef HAL_MINIMIZE_FEATURES
#define HAL_MINIMIZE_FEATURES 0
#endif
#ifndef BOARD_FLASH_SIZE
#define BOARD_FLASH_SIZE 2048
#endif