AP_Landing: remove DeepStall from 1MB boards

This commit is contained in:
Hwurzburg 2021-07-25 19:26:22 -05:00 committed by Andrew Tridgell
parent 8ec4b77cd7
commit 207de0ed4d
1 changed files with 1 additions and 1 deletions

View File

@ -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;