Skip to content

Commit 50a760c

Browse files
committed
Support 64 bit integers
1 parent 4a0659f commit 50a760c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codegen/xbot_codegen/xbot_codegen.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
"uint8_t",
1111
"uint16_t",
1212
"uint32_t",
13+
"uint64_t",
1314
"int8_t",
1415
"int16_t",
1516
"int32_t",
17+
"int64_t",
1618
"float",
1719
"double",
1820
]

0 commit comments

Comments
 (0)