go1/User/bsp/can_init.h
2025-03-02 23:06:09 +08:00

18 lines
180 B
C

#ifndef CAN_INIT_H
#define CAN_INIT_H
#ifdef __cplusplus
extern "C"{
#endif
#include "struct_typedef.h"
extern void can_filter_init(void);
#ifdef __cplusplus
}
#endif
#endif