mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
change serialization map type for int8_t
This commit is contained in:
@@ -61,7 +61,7 @@ type_map = {
|
||||
}
|
||||
|
||||
type_serialize_map = {
|
||||
'int8': 'char',
|
||||
'int8': 'int8_t',
|
||||
'int16': 'int16_t',
|
||||
'int32': 'int32_t',
|
||||
'int64': 'int64_t',
|
||||
|
||||
Reference in New Issue
Block a user