pile_com_stm32/main/modbus-tcp.h
2024-04-15 18:04:26 +08:00

28 lines
491 B
C

/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __HELLOWERLOD_H
#define __HELLOWERLOD_H
#ifdef __cplusplus
extern "C" {
#endif
/* Includes ------------------------------------------------------------------*/
/** @defgroup helloworld_Exported_Functions
* @{
*/
void HelloWorld_init(void);
/**
* @}
*/
#ifdef __cplusplus
}
#endif
#endif /* __HELLOWERLOD_H */
/******************* (C) COPYRIGHT 2009 STMicroelectronics *****END OF FILE****/