mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
b1066bb9e7
we have an assertion that no board with >1MB of flash is minimized
8 lines
142 B
C
8 lines
142 B
C
#pragma once
|
|
|
|
#include <AP_HAL/AP_HAL_Boards.h>
|
|
|
|
#ifndef HAL_VISUALODOM_ENABLED
|
|
#define HAL_VISUALODOM_ENABLED BOARD_FLASH_SIZE > 1024
|
|
#endif
|