mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fpga: fix compilation errors
This commit is contained in:
parent
b7b988ed64
commit
f5d41edfe3
1 changed files with 2 additions and 2 deletions
|
@ -332,8 +332,8 @@ static void register_plugin() {
|
|||
p.description = "Communicate with VILLASfpga Xilinx FPGA boards";
|
||||
p.vectorize = 1;
|
||||
p.size = sizeof(struct fpga);
|
||||
p.start = fpga_type_start;
|
||||
p.stop = fpga_type_stop;
|
||||
p.type.start = fpga_type_start;
|
||||
p.type.stop = fpga_type_stop;
|
||||
p.init = fpga_init;
|
||||
p.destroy = fpga_destroy;
|
||||
p.prepare = fpga_prepare;
|
||||
|
|
Loading…
Add table
Reference in a new issue