fixed incorrect string-from-error function usage causing build failure

This commit is contained in:
Jacob Dahl 2023-04-07 11:55:09 -08:00 committed by Julian Oes
parent 0cfe135028
commit 7f251d0935
1 changed files with 1 additions and 1 deletions

View File

@ -2689,7 +2689,7 @@ RESEND:
{
char buffer[128];
memset(buffer, 0, sizeof(buffer));
strFromSensorError(buffer, error);
strFromVnError(buffer, error);
/* printf("VnSensor_writeFirmwareUpdate: Error %d - %s", error, buffer); */
}
else