Skip to content

Commit

Permalink
Restore addToBuffer for quad base probes
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Apr 22, 2024
1 parent f0f22e5 commit 16b4cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Probes/Neuropixels_QuadBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ void AcquisitionThread::run()
}


//buffer->addToBuffer(apSamples, ap_timestamps, timestamp_s, event_codes, packet_count);
buffer->addToBuffer(apSamples, ap_timestamps, timestamp_s, event_codes, packet_count);

if (!passedOneSecond)
{
Expand Down

0 comments on commit 16b4cb2

Please sign in to comment.