11 lines
162 B
C
11 lines
162 B
C
#ifndef TOP_DEFINE_H
|
|
#define TOP_DEFINE_H
|
|
#define RTOS 1
|
|
#define DEBUG 1
|
|
#define AUTO 0
|
|
|
|
//事件组
|
|
#define EVENT_RC (1<<1)
|
|
#define EVENT_CAN (1<<2)
|
|
#endif
|