diff options
Diffstat (limited to '')
-rw-r--r-- | include/isochronous.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/isochronous.hpp b/include/isochronous.hpp index 7fb5a92..65609cd 100644 --- a/include/isochronous.hpp +++ b/include/isochronous.hpp @@ -63,7 +63,7 @@ namespace Isochronous { unsigned int get(long *); unsigned int get(const Timestamp&) const; unsigned int period_us(void); - unsigned int wait_tick(long *sched_err); + unsigned int wait_tick(long *sched_err, bool sync_strict); unsigned int wait_sync(long sec, long usec); long getSecs(void); long getUsecs(void); |