12345678910111213141516171819 |
- /*!
- \file udp_echo.h
- \brief the header file of udp_echo
- */
- /*
- Copyright (C) 2017 GigaDevice
- 2017-07-28, V1.0.0, demo for GD32F30x
- */
- #ifndef UDP_ECHO_H
- #define UDP_ECHO_H
- /* function declarations */
- /* initialize the tcp_client application */
- void udp_echo_init(void);
- #endif /* UDP_ECHO_H */
|