blackfin requires a few writes

This commit is contained in:
2021-11-10 18:54:02 +01:00
parent 0144eff60b
commit 169361d459
11 changed files with 34 additions and 9 deletions

View File

@ -49,4 +49,4 @@ int verifyChecksum(char *mess, char *functionType, char *clientChecksum,
MD5_CTX *c, char *msg);
int setupDetectorServer(char *mess, char *sname);
int writeBinaryFile(char* mess, char* fname, char* buffer, uint64_t filesize);
int writeBinaryFile(char* mess, char* fname, char* buffer, const uint64_t filesize);