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 cad7890 commit 01b4a0f
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 @@ -722,7 +722,7 @@ class s_xl_fr_event(ctypes.Structure, IntrospectMixin):
xlFrTransmit.restype = xlclass.XLstatus
xlFrTransmit.errcheck = xldriver.check_status_operation

xlFrReceive = _xlapi_dll.xlFrTransmit
xlFrReceive = _xlapi_dll.xlFrReceive
xlFrReceive.argtypes = [
xlclass.XLportHandle,
ctypes.POINTER(XLfrEvent),
Expand Down

0 comments on commit 01b4a0f

Please sign in to comment.