1
0
Fork 0
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:
Manuel Pitz 2020-10-07 15:25:47 +02:00
parent 58286b7d5a
commit 92482f4fda

View file

@ -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);