Suppress warnings

This commit is contained in:
esenapaj
2016-04-30 18:51:18 +09:00
parent 6121c9018a
commit 58177a1602
4 changed files with 19 additions and 7 deletions

View File

@@ -230,7 +230,7 @@ uint8_t lcdDrawUpdate = LCDVIEW_CLEAR_CALL_REDRAW; // Set when the LCD needs to
for (uint8_t _drawLineNr = 0; _drawLineNr < LCD_HEIGHT; _drawLineNr++, _lineNr++) { \
_menuItemNr = 0;
#define START_SCREEN() _START_SCREEN(0)
#define START_SCREEN() _START_SCREEN(NOOP)
/**
* START_MENU generates the init code for a menu function