mirror of https://github.com/ArduPilot/ardupilot
AP_Landing: remove DeepStall from 1MB boards
This commit is contained in:
parent
8ec4b77cd7
commit
207de0ed4d
|
@ -23,7 +23,7 @@
|
|||
#include <PID/PID.h>
|
||||
|
||||
#ifndef HAL_LANDING_DEEPSTALL_ENABLED
|
||||
#define HAL_LANDING_DEEPSTALL_ENABLED 1
|
||||
#define HAL_LANDING_DEEPSTALL_ENABLED (BOARD_FLASH_SIZE > 1024)
|
||||
#endif
|
||||
|
||||
class AP_Landing;
|
||||
|
|
Loading…
Reference in New Issue