加入C板样例的bsp_can和CAN_receive函数库
This commit is contained in:
8
Core/Inc/bsp_can.h
Normal file
8
Core/Inc/bsp_can.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef BSP_CAN_H
|
||||
#define BSP_CAN_H
|
||||
#include "main.h"
|
||||
|
||||
|
||||
extern void can_filter_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user