7
mirror of https://github.com/EEVengers/ThunderScope.git synced 2025-04-22 17:43:44 +00:00

Fixed 32 kB typo

This commit is contained in:
Aleksa 2021-03-22 20:36:16 -04:00
parent cf4bd7da0b
commit e3469b8aa6

View File

@ -141,7 +141,7 @@ void PCIeLink::Read(uint8_t* buff) {
current_chunk = kbytes_4_moved / (1 << 11);
//INFO << "error code: " << error_code;
//INFO << "overflow count: " << overflow_count;
//INFO << "32k_Bytes Transfered: " << kbytes_32_moved;
//INFO << "4kB Transfered: " << kbytes_4_moved;
//INFO << "Current Chunk: " << current_chunk;
if(last_chunk_read == -1) {
enoughData = (kbytes_4_moved >= (1 << 11));