forked from Archive/PX4-Autopilot
fixed incorrect string-from-error function usage causing build failure
This commit is contained in:
parent
0cfe135028
commit
7f251d0935
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue