mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL: remove unused HAL_MINIMIZE_FEATURES define
This commit is contained in:
parent
9049aeaff6
commit
894b99fce5
@ -191,13 +191,6 @@
|
|||||||
#define AP_EXTENDED_DSHOT_TELEM_V2_ENABLED HAL_REQUIRES_BDSHOT_SUPPORT
|
#define AP_EXTENDED_DSHOT_TELEM_V2_ENABLED HAL_REQUIRES_BDSHOT_SUPPORT
|
||||||
#endif
|
#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
|
#ifndef BOARD_FLASH_SIZE
|
||||||
#define BOARD_FLASH_SIZE 2048
|
#define BOARD_FLASH_SIZE 2048
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user