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 f6da340 commit 63508ef
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 @@ -492,7 +492,7 @@ class s_xl_fr_tx_frame(ctypes.Structure, IntrospectMixin):
("incrementOffset", ctypes.c_uint8),
("reserved0", ctypes.c_uint8),
("reserved1", ctypes.c_uint8),
("data", ctypes.c_ubyte * XL_FR_MAX_DATA_LENGTH),
("data", ctypes.c_char * XL_FR_MAX_DATA_LENGTH),
# TODO: Does this work?
# ("data", ctypes.c_uint8 * XL_FR_MAX_DATA_LENGTH),
]
Expand Down

0 comments on commit 63508ef

Please sign in to comment.