update which properties are registered

This commit is contained in:
Max Lyon
2021-03-16 12:12:49 +01:00
parent d017c03c62
commit 90da974598
2 changed files with 31 additions and 23 deletions

View File

@@ -126,7 +126,7 @@ SIMPLE_BINARY(char);
SIMPLE_BINARY(int8_t);
SIMPLE_BINARY(int16_t);
SIMPLE_BINARY(int32_t);
SIMPLE_BINARY(int64_t);
//SIMPLE_BINARY(int64_t); // TODO: This does not work. Find out why.
SIMPLE_BINARY(uint8_t);
SIMPLE_BINARY(uint16_t);
SIMPLE_BINARY(uint32_t);