#ifndef CAN_H_ #define CAN_H_ #include "ch32v20x.h" //void can_deinit(); u8 can_init(); u8 can_recv(CanRxMsg *RxMessage); #endif /* CAN_H_ */