change serialization map type for int8_t

This commit is contained in:
TSC21
2018-10-02 12:01:55 +01:00
committed by Beat Küng
parent d17d5d52bf
commit b49b9bad2f
+1 -1
View File
@@ -61,7 +61,7 @@ type_map = {
}
type_serialize_map = {
'int8': 'char',
'int8': 'int8_t',
'int16': 'int16_t',
'int32': 'int32_t',
'int64': 'int64_t',