This commit is contained in:
2021-09-02 15:52:52 +02:00
parent 4daac1a06a
commit c1d28e47d4
2 changed files with 3 additions and 0 deletions

View File

@ -3434,6 +3434,7 @@ void Module::programFPGAviaBlackfin(std::vector<char> buffer) {
<< "\t filesize:" << filesize;
client.Send(&buffer[currentPointer], unitprogramsize);
LOG(logINFOBLUE) << "sent!";
if (client.Receive<int>() == FAIL) {
std::cout << '\n';
std::ostringstream os;