Changeset 1162 for Daodan/src/Daodan_Config.h
- Timestamp:
- Oct 24, 2021, 4:50:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Config.h
r1000 r1162 10 10 C_BOOL, 11 11 C_INT, 12 C_FLOAT, 12 13 C_STRING, 13 14 EXT_BOOL … … 16 17 typedef union { 17 18 int intBoolVal; 19 float floatVal; 18 20 uint8_t* extBoolVal; 19 21 char* stringVal;
Note:
See TracChangeset
for help on using the changeset viewer.