Fix mismatched signatures for the wide interface #229

Merged
sb10q merged 1 commits from jcoates/artiq-zynq:fix-wide-interface into master 2023-04-17 09:24:31 +08:00

1 Commits (master)

Author SHA1 Message Date
Jonathan Coates 2a4e00375c Fix mismatched signatures for the wide interface
Lists are passed by-reference from python code, and so should be
&CSlice<_> not CSlice<_>.
2023-04-12 16:39:26 +01:00