go1/User/bsp/TopDefine.h

11 lines
162 B
C
Raw Normal View History

2025-03-02 23:06:09 +08:00
#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