1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Merge branch 'node-uldaq' of git.rwth-aachen.de:acs/public/villas/VILLASnode into node-uldaq

This commit is contained in:
Steffen Vogel 2018-09-25 20:27:09 +02:00
commit 9e88472fd8

View file

@ -470,6 +470,8 @@ int uldaq_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *re
smp->data[i].f = u->in.buffer[channel_index];
}
smp->length = 1;
smp->signals = &n->signals;
}
pthread_mutex_unlock(&u->in.mutex);