Skip to content

Commit

Permalink
🩹 Fix Nextion cstr/fstr typo (#27071)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored May 11, 2024
1 parent a22155b commit 83b7e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/lcd/extui/nextion/nextion_extui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace ExtUI {
UNUSED(icon); UNUSED(fBtn);
}
void onUserConfirmRequired(const int icon, FSTR_P const fstr, FSTR_P const fBtn) {
onUserConfirmRequired(cstr);
onUserConfirmRequired(fstr);
UNUSED(icon); UNUSED(fBtn);
}

Expand Down

0 comments on commit 83b7e32

Please sign in to comment.