pile_com_stm32/main_old/can_network.h

20 lines
334 B
C
Raw Permalink Normal View History

2023-07-20 10:17:11 +08:00
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __CAN_NETWORK_H
#define __CAN_NETWORK_H
#ifdef __cplusplus
extern "C" {
#endif
void can_init(void);
#ifdef __cplusplus
}
#endif
#endif /* __HELLOWERLOD_H */
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/