add parse threads
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef __CHRG_ROLL_NOR_H__
|
||||
#define __CHRG_ROLL_NOR_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
#define THR_NAME_ROLL_NOR "thr.rollnor"
|
||||
|
||||
|
||||
#define ROLL_NOR_EVT_RECVED (1<<0) // 收到北向数据
|
||||
|
||||
|
||||
extern void chrg_roll_nor_thread_entry (void *data);
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user