Removed obsolete code.

This commit is contained in:
Gerhard Hoffmann 2023-07-06 14:26:58 +02:00
parent faae8b8d9a
commit 7d6b433373

View File

@ -302,14 +302,6 @@ Update::DownloadResult Update::dc_downloadBinary(QByteArray const &b) const {
memcpy(local, startAddress, rest);
}
//for (int i=0; i<4; ++i) {
// printf("*** %04d ", bNum);
// for (int j=0; j < 16; ++j) {
// printf("%02x ", local[i*16 + j]);
// } printf("\n");
//}
// bl_sendLastBlock(local);
m_hw->bl_sendLastBlock();
qInfo() << "last result" << (int)sendStatus(m_hw->bl_wasSendingDataOK());
return res;