16 lines
587 B
C
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);
|