go/User/bsp/TopDefine.h
2025-03-03 19:41:03 +08:00

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