1
0
Fork 0
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:
Steffen Vogel 2021-09-13 15:01:43 +02:00
parent b7b988ed64
commit f5d41edfe3

View file

@ -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;