Index: export_openems.c =================================================================== --- export_openems.c (revision 26779) +++ export_openems.c (revision 26780) @@ -806,7 +806,7 @@ } -static void openems_calibrate(double xval, double yval) +static void openems_calibrate(pcb_hid_t *hid, double xval, double yval) { pcb_message(PCB_MSG_ERROR, "openems_calibrate() not implemented"); return;