#ifndef HARD_CAN_H #define HARD_CAN_H #include <stdint.h> void CAN1_Mode_Init(uint32_t baudrate); #endif // ! HARD_CAN_H