mirror of https://github.com/ArduPilot/ardupilot
8 lines
167 B
C
8 lines
167 B
C
|
#pragma once
|
||
|
|
||
|
#include <AP_BoardConfig/AP_BoardConfig.h>
|
||
|
|
||
|
#ifndef HAL_LANDING_DEEPSTALL_ENABLED
|
||
|
#define HAL_LANDING_DEEPSTALL_ENABLED (BOARD_FLASH_SIZE > 1024)
|
||
|
#endif
|