AP_HAL: remove MINIMIZE_FEATURES define

This commit is contained in:
Peter Barker 2023-08-03 08:34:55 +10:00 committed by Andrew Tridgell
parent 646704c5dc
commit 3fea8d16f1
1 changed files with 0 additions and 7 deletions

View File

@ -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