AP_OLC: move OSD minimised features to minimize_features.inc

This commit is contained in:
Peter Barker 2023-02-23 12:44:40 +11:00 committed by Andrew Tridgell
parent f130f9afeb
commit fe37a68266
1 changed files with 1 additions and 1 deletions

View File

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