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:
commit
9e88472fd8
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue