PITimer thread imp changed from PIWaitEvent to PIConditionalVariable

This commit is contained in:
2022-11-10 13:47:57 +03:00
parent d34374d4e0
commit 702d1642e0
2 changed files with 19 additions and 14 deletions

View File

@@ -96,7 +96,7 @@ int main(int argc, char * argv[]) {
});
timer.start(500);
piSleep(2.12);
piSleep(1.12);
piCout << "end";
PITimeMeasurer tm;
timer.stop();