udp_echo.h 316 B

12345678910111213141516171819
  1. /*!
  2. \file udp_echo.h
  3. \brief the header file of udp_echo
  4. */
  5. /*
  6. Copyright (C) 2017 GigaDevice
  7. 2017-07-28, V1.0.0, demo for GD32F30x
  8. */
  9. #ifndef UDP_ECHO_H
  10. #define UDP_ECHO_H
  11. /* function declarations */
  12. /* initialize the tcp_client application */
  13. void udp_echo_init(void);
  14. #endif /* UDP_ECHO_H */