diff --git a/CustomThreads.h b/CustomThreads.h index 01b5c83..00aab69 100644 --- a/CustomThreads.h +++ b/CustomThreads.h @@ -72,7 +72,7 @@ public: } clock_gettime(CLOCK_REALTIME, &t2); - if( t2.tv_sec - t1.tv_sec > 2 ){ + if( t2.tv_sec - t1.tv_sec > 1 ){ digiMTX[ID].lock(); digi->ReadACQStatus(); digiMTX[ID].unlock();