Readability of MENU_MULTIPLIER_ITEM

Last commit before bed.
This commit is contained in:
Scott Lahteine 2015-02-20 02:08:41 -08:00
parent 09e09b308e
commit a8939eec28

View File

@ -154,7 +154,8 @@ static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned l
const char* _label_pstr = PSTR(label); \
if ((encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) == _menuItemNr) { \
lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \
}else{\
}
else {\
lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \
}\
}\