Ignore:
Timestamp:
Apr 7, 2014, 12:33:27 PM (11 years ago)
Author:
alloc
Message:

Daodan:

  • Fix #80
  • Reorganization of file hierarchy
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Config.h

    r993 r994  
    44#include "stdint.h"
    55
     6typedef void (*cmd_callback)();
     7
    68typedef enum {
     9        C_CMD,
    710        C_BOOL,
    811        C_INT,
     
    1518        uint8_t* extBoolVal;
    1619        char* stringVal;
     20        cmd_callback callback;
    1721} OptionValue_t;
    1822
Note: See TracChangeset for help on using the changeset viewer.