add threads
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#ifndef __CHRG_SOUTH_H__
|
||||
#define __CHRG_SOUTH_H__
|
||||
|
||||
#include <rtthread.h>
|
||||
|
||||
#define THRED_NAME_SOUTH "thr_sou"
|
||||
|
||||
struct chrg_south_t {
|
||||
rt_thread_t tid;
|
||||
const char *name;
|
||||
|
||||
};
|
||||
|
||||
extern struct chrg_south_t chrgsou;
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user