mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
wip
This commit is contained in:
@ -254,7 +254,9 @@ int writeToFlash(FILE *flashfd, FILE *srcfd, char *mess) {
|
||||
return FAIL;
|
||||
}
|
||||
bytes = fread(buffer, sizeof(char), bytes, srcfd);
|
||||
printf(".");
|
||||
}
|
||||
printf("\n");
|
||||
fclose(flashfd);
|
||||
fclose(srcfd);
|
||||
LOG(logINFO, ("\tWrote %ld bytes to flash\n", totalBytes));
|
||||
|
Reference in New Issue
Block a user