mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Notify: re-enable display on 1Mb boards
This commit is contained in:
parent
7cd3c29ab2
commit
1f324d7cbf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user