go/User/bsp/can_init.h

18 lines
180 B
C
Raw Permalink Normal View History

2025-03-03 19:41:03 +08:00
#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