mirror of https://github.com/ArduPilot/ardupilot
AP_OLC: move OSD minimised features to minimize_features.inc
This commit is contained in:
parent
f130f9afeb
commit
fe37a68266
|
@ -20,7 +20,7 @@
|
|||
#include <AP_HAL/AP_HAL_Boards.h>
|
||||
|
||||
#ifndef HAL_PLUSCODE_ENABLE
|
||||
#define HAL_PLUSCODE_ENABLE !HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024
|
||||
#define HAL_PLUSCODE_ENABLE BOARD_FLASH_SIZE > 1024
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue