mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 22:04:33 +01:00
client done
This commit is contained in:
@@ -38,10 +38,6 @@ void rebootControllerAndFPGA() {
|
||||
int eraseAndWriteToFlash(char *mess, char *checksum, char *fpgasrc,
|
||||
uint64_t fsize) {
|
||||
|
||||
if (verifyChecksumFromBuffer(mess, checksum, fpgasrc, fsize) == FAIL) {
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
if (getDrive(mess) == FAIL) {
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user