Browse Source

AP_Notify: re-enable display on 1Mb boards

gps-1.3.1
Andy Piper 4 years ago committed by Andrew Tridgell
parent
commit
a6eaa77ff8
  1. 2
      libraries/AP_Notify/Display.h

2
libraries/AP_Notify/Display.h

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