Browse Source

AP_Landing: remove DeepStall from 1MB boards

gps-1.3.1
Hwurzburg 4 years ago committed by Andrew Tridgell
parent
commit
207de0ed4d
  1. 2
      libraries/AP_Landing/AP_Landing_Deepstall.h

2
libraries/AP_Landing/AP_Landing_Deepstall.h

@ -23,7 +23,7 @@ @@ -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…
Cancel
Save