// #pragma once // /* Includes ----------------------------------------------------------------- */ // #include // #include "bsp/bsp.h" // /* Exported constants ------------------------------------------------------- */ // /* Exported macro ----------------------------------------------------------- */ // /* Exported types ----------------------------------------------------------- */ // typedef enum { // BSP_CAN, // } BSP_CAN_t; // /* Exported functions prototypes -------------------------------------------- */ // CAN_HandleTypeDef *BSP_CAN_GetHandle(BSP_CAN_t can);