This commit is contained in:
2021-09-02 15:46:31 +02:00
parent e0f686231a
commit 4daac1a06a
2 changed files with 4 additions and 4 deletions

View File

@ -3430,8 +3430,8 @@ void Module::programFPGAviaBlackfin(std::vector<char> buffer) {
if (unitprogramsize > filesize) { // less than 2mb
unitprogramsize = filesize;
}
LOG(logDEBUG1) << "unitprogramsize:" << unitprogramsize
<< "\t filesize:" << filesize;
LOG(logINFOBLUE) << "unitprogramsize:" << unitprogramsize
<< "\t filesize:" << filesize;
client.Send(&buffer[currentPointer], unitprogramsize);
if (client.Receive<int>() == FAIL) {