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

fixed dependency in fpga node-type description

This commit is contained in:
Steffen Vogel 2016-10-13 22:09:00 -04:00
parent 9e851f7102
commit 9dd9dc8ddc

View file

@ -433,7 +433,7 @@ int fpga_write(struct node *n, struct sample *smps[], unsigned cnt)
static struct node_type vt = {
.name = "fpga",
.description = "VILLASfpga PCIe card (libpci)",
.description = "VILLASfpga PCIe card (libxil)",
.size = sizeof(struct fpga_dm),
.vectorize = 1,
.parse = fpga_parse,