Readability of MENU_MULTIPLIER_ITEM
Last commit before bed.
This commit is contained in:
parent
09e09b308e
commit
a8939eec28
@ -154,7 +154,8 @@ static void menu_action_setting_edit_callback_long5(const char* pstr, unsigned l
|
|||||||
const char* _label_pstr = PSTR(label); \
|
const char* _label_pstr = PSTR(label); \
|
||||||
if ((encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) == _menuItemNr) { \
|
if ((encoderPosition / ENCODER_STEPS_PER_MENU_ITEM) == _menuItemNr) { \
|
||||||
lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \
|
lcd_implementation_drawmenu_ ## type ## _selected (_drawLineNr, _label_pstr , ## args ); \
|
||||||
}else{\
|
}
|
||||||
|
else {\
|
||||||
lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \
|
lcd_implementation_drawmenu_ ## type (_drawLineNr, _label_pstr , ## args ); \
|
||||||
}\
|
}\
|
||||||
}\
|
}\
|
||||||
|
Loading…
Reference in New Issue
Block a user