sick_dt35/User/bsp/can.h
2025-04-02 20:51:10 +08:00

16 lines
587 B
C

// #pragma once
// /* Includes ----------------------------------------------------------------- */
// #include <can.h>
// #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);