removed unstable assertions

This commit is contained in:
2020-03-02 13:35:35 +00:00
parent aeff29f68e
commit 93beb3f041
2 changed files with 1 additions and 4 deletions

View File

@ -107,7 +107,7 @@ typedef struct mod_ctx_t mod_ctx_t;
enum sys_node_data_type_t
{
SYS_NODE_DATA_TYPE_FILE = (1 << 0),
SYS_NODE_DATA_TYPE_FILE = (1 << 0),
SYS_NODE_DATA_TYPE_SCK = (1 << 1),
SYS_NODE_DATA_TYPE_DIR = (1 << 2),
SYS_NODE_DATA_TYPE_MUX = (1 << 3)