mirror of https://github.com/ArduPilot/ardupilot
Tools: LogAnalyzer: correct to understand field type 'a'
This commit is contained in:
parent
b1bc4268a9
commit
bead34be98
|
@ -105,6 +105,7 @@ class BinaryFormat(ctypes.LittleEndianStructure):
|
||||||
MSG = 128
|
MSG = 128
|
||||||
SIZE = 0
|
SIZE = 0
|
||||||
FIELD_FORMAT = {
|
FIELD_FORMAT = {
|
||||||
|
'a': ctypes.c_int16 * 32,
|
||||||
'b': ctypes.c_int8,
|
'b': ctypes.c_int8,
|
||||||
'B': ctypes.c_uint8,
|
'B': ctypes.c_uint8,
|
||||||
'h': ctypes.c_int16,
|
'h': ctypes.c_int16,
|
||||||
|
|
Loading…
Reference in New Issue