Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp committed Jul 8, 2024
1 parent 9f3bd96 commit cad7890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gallia/transports/vector_ctypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class s_xl_fr_event(ctypes.Structure, IntrospectMixin):
xlFrTransmit.argtypes = [
xlclass.XLportHandle,
xlclass.XLaccess,
XLfrEvent,
ctypes.POINTER(XLfrEvent),
]
xlFrTransmit.restype = xlclass.XLstatus
xlFrTransmit.errcheck = xldriver.check_status_operation
Expand Down

0 comments on commit cad7890

Please sign in to comment.