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

Merge branch 'FPGA_DSP_PIPE_HOOKUP' of https://github.com/EEVengers/DSO into FPGA_DSP_PIPE_HOOKUP

This commit is contained in:
Daniel Vasile 2021-03-22 20:55:59 -04:00
commit 26358a4846

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));