Fix default arg in lcd_goto_screen
This commit is contained in:
parent
b708bcf8b1
commit
8da92b6823
@ -514,7 +514,7 @@ uint16_t max_display_update_time = 0;
|
||||
/**
|
||||
* General function to go directly to a screen
|
||||
*/
|
||||
void lcd_goto_screen(screenFunc_t screen, const uint32_t encoder = 0) {
|
||||
void lcd_goto_screen(screenFunc_t screen, const uint32_t encoder/*=0*/) {
|
||||
if (currentScreen != screen) {
|
||||
|
||||
#if ENABLED(DOUBLECLICK_FOR_Z_BABYSTEPPING) && ENABLED(BABYSTEPPING)
|
||||
|
Loading…
Reference in New Issue
Block a user