AP_Notify: re-enable display on 1Mb boards

This commit is contained in:
Andy Piper 2021-06-30 20:05:52 +01:00 committed by Randy Mackay
parent 3a683be219
commit c265d70d3d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include "NotifyDevice.h"
#ifndef HAL_DISPLAY_ENABLED
#define HAL_DISPLAY_ENABLED !HAL_MINIMIZE_FEATURES && BOARD_FLASH_SIZE > 1024
#define HAL_DISPLAY_ENABLED !HAL_MINIMIZE_FEATURES
#endif
#define ROW(Y) ((Y * 10) + 6)