mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
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
|