mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
more print and fclose
This commit is contained in:
parent
f5d62b50ce
commit
0090c183bf
@ -200,6 +200,7 @@ int writeToFlash(char *mess, ssize_t fsize, FILE *flashfd, char *buffer) {
|
|||||||
LOG(logERROR, (mess));
|
LOG(logERROR, (mess));
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
LOG(logINFO, ("\tWritten to Flash\n"));
|
fclose(flashfd);
|
||||||
|
LOG(logINFO, ("\tWrote %ld bytes to flash\n", bytesWritten));
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user