mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +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));
|
||||
return FAIL;
|
||||
}
|
||||
LOG(logINFO, ("\tWritten to Flash\n"));
|
||||
fclose(flashfd);
|
||||
LOG(logINFO, ("\tWrote %ld bytes to flash\n", bytesWritten));
|
||||
return OK;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user