mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-26 21:36:21 +00:00
🩹 Fix Nextion cstr/fstr typo (#27071)
This commit is contained in:
parent
a22155bd96
commit
83b7e32ec4
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user