-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbsp_can.h
More file actions
24 lines (21 loc) · 706 Bytes
/
bsp_can.h
File metadata and controls
24 lines (21 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
****************************(C) COPYRIGHT 2024 HZMI****************************
* @file bsp_can.c/h
* @brief canÂ˲¨Æ÷ÅäÖú¯Êý
* @note
* @history
* Version Date Author Modification
* V1.0.0 Aug-11-2024 ZSB 1. done
*
@verbatim
==============================================================================
==============================================================================
@endverbatim
****************************(C) COPYRIGHT 2024 HZMI****************************
*/
#ifndef BSP_CAN_H
#define BSP_CAN_H
#include "struct_typedef.h"
#include "stm32f4xx.h"
extern void CAN_Filter_Init(void);
#endif