Removed obsolete code.
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user