Changeset 994 for Daodan/src/Daodan_Config.h
- Timestamp:
- Apr 7, 2014, 12:33:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Config.h
r993 r994 4 4 #include "stdint.h" 5 5 6 typedef void (*cmd_callback)(); 7 6 8 typedef enum { 9 C_CMD, 7 10 C_BOOL, 8 11 C_INT, … … 15 18 uint8_t* extBoolVal; 16 19 char* stringVal; 20 cmd_callback callback; 17 21 } OptionValue_t; 18 22
Note:
See TracChangeset
for help on using the changeset viewer.