Tools: LogAnalyzer: correct to understand field type 'a'

This commit is contained in:
Peter Barker 2019-04-26 21:29:08 +10:00 committed by Peter Barker
parent b1bc4268a9
commit bead34be98
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ class BinaryFormat(ctypes.LittleEndianStructure):
MSG = 128
SIZE = 0
FIELD_FORMAT = {
'a': ctypes.c_int16 * 32,
'b': ctypes.c_int8,
'B': ctypes.c_uint8,
'h': ctypes.c_int16,