Fix issue reading enums

This commit is contained in:
a2x
2024-04-16 12:48:15 +10:00
parent 1e88a527a2
commit 23072c2456
77 changed files with 15104 additions and 262 deletions

View File

@@ -616,6 +616,30 @@
"parent": null
}
},
"enums": {}
"enums": {
"FuseVariableAccess_t": {
"alignment": 1,
"members": {
"READ_ONLY": 1,
"WRITABLE": 0
},
"type": "uint8"
},
"FuseVariableType_t": {
"alignment": 1,
"members": {
"BOOL": 1,
"FLOAT32": 8,
"INT16": 3,
"INT32": 4,
"INT8": 2,
"INVALID": 0,
"UINT16": 6,
"UINT32": 7,
"UINT8": 5
},
"type": "uint8"
}
}
}
}