5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-07 14:13:58 -04:00
ardupilot/libraries/AP_VisualOdom/AP_VisualOdom_config.h

8 lines
170 B
C
Raw Normal View History

#pragma once
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef HAL_VISUALODOM_ENABLED
#define HAL_VISUALODOM_ENABLED (!HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024)
#endif