mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-23 12:18:37 -05:00
svp timing
This commit is contained in:
parent
125a967ee3
commit
ed2dd5e5d4
@ -16,7 +16,7 @@ void SpectrumVisualDataThread::run() {
|
|||||||
std::cout << "Spectrum visual data thread started." << std::endl;
|
std::cout << "Spectrum visual data thread started." << std::endl;
|
||||||
|
|
||||||
while(!terminated) {
|
while(!terminated) {
|
||||||
std::this_thread::sleep_for(std::chrono::milliseconds(12));
|
std::this_thread::sleep_for(std::chrono::milliseconds(1));
|
||||||
sproc.run();
|
sproc.run();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user