Fix bindings bug.

This commit is contained in:
Brad Nelson
2023-12-08 14:44:45 -08:00
parent b8229480fa
commit 7f49b3503d

View File

@ -124,7 +124,7 @@
#else #else
# define OPTIONAL_FPGA_SUPPORT \ # define OPTIONAL_FPGA_SUPPORT \
YV(ice, ice_fpga_init, ice_fpga_init(n0); DROP) \ YV(ice, ice_fpga_init, ice_fpga_init(n0); DROP) \
YV(ice, ice_fpga_stop, ice_fpga_stop(); DROP) \ YV(ice, ice_fpga_stop, ice_fpga_stop()) \
YV(ice, ice_fpga_start, PUSH (ice_fpga_start() ? -1 :0)) YV(ice, ice_fpga_start, PUSH (ice_fpga_start() ? -1 :0))
#endif #endif