mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Proximity: don't check MINIMIZE_FEATURES when also checking BOARD_FLASH_SIZE
we have an assertion that no board with >1MB of flash is minimized
This commit is contained in:
parent
69d7843f22
commit
a499fcc71c
@ -5,7 +5,7 @@
|
||||
#include <AP_RangeFinder/AP_RangeFinder_config.h>
|
||||
|
||||
#ifndef HAL_PROXIMITY_ENABLED
|
||||
#define HAL_PROXIMITY_ENABLED (!HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024)
|
||||
#define HAL_PROXIMITY_ENABLED BOARD_FLASH_SIZE > 1024
|
||||
#endif
|
||||
|
||||
#ifndef AP_PROXIMITY_BACKEND_DEFAULT_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user