Add a missing parameter in report call
This commit is contained in:
@@ -393,7 +393,8 @@ HD44780_init(Driver *drvthis)
|
|||||||
|
|
||||||
// consistency check: fail if local senddata function was not defined
|
// consistency check: fail if local senddata function was not defined
|
||||||
if (p->hd44780_functions->senddata == NULL) {
|
if (p->hd44780_functions->senddata == NULL) {
|
||||||
report(RPT_ERR, "%s: incomplete functions for connection type");
|
report(RPT_ERR, "%s: incomplete functions for connection type",
|
||||||
|
drvthis->name);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user