blackfin server is not in memory

This commit is contained in:
2021-11-11 10:06:47 +01:00
parent ec1ee635d5
commit 85d350b48b
3 changed files with 22 additions and 5 deletions

View File

@ -37,3 +37,4 @@ int writeToFlash(char *mess, ssize_t fsize, FILE *flashfd, FILE *srcfd);
/** Notify fpga to pick up firmware from flash and wait for status confirmation
*/
int waitForFPGAtoTouchFlash(char *mess);
int moveBinaryFile(char *mess, char *serverName);