Skip to content
Snippets Groups Projects
Commit b49b9bad authored by TSC21's avatar TSC21 Committed by Beat Küng
Browse files

change serialization map type for int8_t

parent d17d5d52
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ type_map = {
}
type_serialize_map = {
'int8': 'char',
'int8': 'int8_t',
'int16': 'int16_t',
'int32': 'int32_t',
'int64': 'int64_t',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment