1
0
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:
Keith Bennett 2024-05-11 10:02:17 -07:00 committed by GitHub
parent a22155bd96
commit 83b7e32ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}