#ifndef _BY_CAN_H__ #define _BY_CAN_H__ #include "at32f413.h" uint8_t by_can_send_stdd(uint32_t id, const uint8_t *data, uint8_t len); #endif