mirror of https://github.com/ArduPilot/ardupilot
AP_VisualOdom: disable feature due to flash space constraints
ArduPilot doesn't have room for every feature it can have, and hasn't for some time.
This commit is contained in:
parent
e3801ad0e3
commit
d28a12bac8
|
@ -4,7 +4,7 @@
|
|||
#include <GCS_MAVLink/GCS_config.h>
|
||||
|
||||
#ifndef HAL_VISUALODOM_ENABLED
|
||||
#define HAL_VISUALODOM_ENABLED BOARD_FLASH_SIZE > 1024
|
||||
#define HAL_VISUALODOM_ENABLED BOARD_FLASH_SIZE > 2048
|
||||
#endif
|
||||
|
||||
#ifndef AP_VISUALODOM_BACKEND_DEFAULT_ENABLED
|
||||
|
|
Loading…
Reference in New Issue