Skip to content

Commit

Permalink
map char to uint8_t
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Nov 24, 2018
1 parent d6b3f7b commit 762ea8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _primitive_msg_type_to_c(type_):
msg_type_to_c = {
'bool': 'bool',
'byte': 'uint8_t',
'char': 'signed char',
'char': 'uint8_t',
'float32': 'float',
'float64': 'double',
'uint8': 'uint8_t',
Expand Down

0 comments on commit 762ea8b

Please sign in to comment.