chassis/boards/bsp_can.h
2025-09-30 22:21:26 +08:00

9 lines
109 B
C

#ifndef BSP_CAN_H
#define BSP_CAN_H
#include "struct_typedef.h"
extern void can_filter_init(void);
#endif