diff --git a/src/recorder/main.c b/src/recorder/main.c index a5d391f..8cf6e12 100644 --- a/src/recorder/main.c +++ b/src/recorder/main.c @@ -1,3 +1,4 @@ +#include #include #include #include @@ -193,6 +194,7 @@ int main(int argc, char** argv) { while (!stop) { ps2000_get_streaming_last_values(unit, &get_overview_buffers); + sched_yield(); } cleanup(unit);