Merge pull request #4276 from esenapaj/Suppress-warnings

Suppress warnings
This commit is contained in:
Scott Lahteine
2016-07-11 19:08:59 -07:00
committed by GitHub
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 (int8_t _lcdLineNr = 0; _lcdLineNr < LCD_HEIGHT; _lcdLineNr++, _menuLineNr++) { \
_thisItemNr = 0;
#define START_SCREEN() _START_SCREEN(0)
#define START_SCREEN() _START_SCREEN(NOOP)
/**
* START_MENU generates the init code for a menu function