#ifndef __CAN_H #define __CAN_H #define __CAN_BAUD_250K void can_init(); // CAN初始化 #endif