From 7d6b4333734111e3babf9812c6ff46c1be6cccbe Mon Sep 17 00:00:00 2001 From: Gerhard Hoffmann Date: Thu, 6 Jul 2023 14:26:58 +0200 Subject: [PATCH] Removed obsolete code. --- update.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/update.cpp b/update.cpp index 98bca1f..d47c92e 100644 --- a/update.cpp +++ b/update.cpp @@ -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;