Change boolean size to 1 byte
This commit is contained in:
@@ -67,7 +67,7 @@ class SerialisableDataclass:
|
||||
|
||||
class CType(Enum):
|
||||
VOID = "void"
|
||||
BOOL = "b32"
|
||||
BOOL = "b8"
|
||||
CHAR = "char"
|
||||
C8 = "c8"
|
||||
C16 = "c16"
|
||||
|
||||
Reference in New Issue
Block a user