9 lines
109 B
C
9 lines
109 B
C
#ifndef BSP_CAN_H
|
|
#define BSP_CAN_H
|
|
#include "struct_typedef.h"
|
|
|
|
|
|
extern void can_filter_init(void);
|
|
|
|
#endif
|