mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_HAL: remove MINIMIZE_FEATURES define
This commit is contained in:
parent
646704c5dc
commit
3fea8d16f1
@ -332,13 +332,6 @@
|
||||
#endif
|
||||
|
||||
|
||||
// sanity checks for the configuration. This can't test everything as
|
||||
// the libraries can do their own definitions - but we can catch some
|
||||
// things:
|
||||
#if HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024
|
||||
#error "2MB board with minimize features?!"
|
||||
#endif
|
||||
|
||||
#ifndef HAL_ENABLE_SENDING_STATS
|
||||
#define HAL_ENABLE_SENDING_STATS BOARD_FLASH_SIZE >= 256
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user