mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
use internal sampel clock of uldaq hardware
This commit is contained in:
parent
20fff29200
commit
4e7597dd5a
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ int uldaq_init(struct vnode *n)
|
|||
|
||||
u->in.queues = nullptr;
|
||||
u->in.sample_rate = 1000;
|
||||
u->in.scan_options = (ScanOption) (SO_DEFAULTIO | SO_CONTINUOUS | SO_EXTCLOCK);
|
||||
u->in.scan_options = (ScanOption) (SO_DEFAULTIO | SO_CONTINUOUS);
|
||||
u->in.flags = AINSCAN_FF_DEFAULT;
|
||||
|
||||
ret = pthread_mutex_init(&u->in.mutex, nullptr);
|
||||
|
|
Loading…
Add table
Reference in a new issue