mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
🩹 Fix Nextion cstr/fstr typo (#27071)
This commit is contained in:
parent
a22155bd96
commit
83b7e32ec4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue