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:
parent
9e851f7102
commit
9dd9dc8ddc
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue