Skip to content

Commit

Permalink
Fix UT
Browse files Browse the repository at this point in the history
  • Loading branch information
howard0su committed Jul 6, 2024
1 parent f9af228 commit fe3251f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittest/core_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class fx3handler : public fx3class
long nxfers;
void StartStream(ringbuffer<int16_t>& input, int numofblock)
{
input.setBlockSize(transferSamples);
run = true;
emuthread = std::thread([&input, this]{
while(run)
Expand Down

0 comments on commit fe3251f

Please sign in to comment.