[BUG] Repaired types on some parameters.
[FEAT] Implemented struct, still testing. [FEAT] Implemented var, still testing.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
struct t_variable {
|
||||
std::string name;
|
||||
int type;
|
||||
int length;
|
||||
int address;
|
||||
uint32_t type;
|
||||
uint32_t length;
|
||||
uint32_t address;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user