mirror of
https://github.com/sengeiou/realtek_ameba_mp_sdk.git
synced 2025-01-10 06:05:17 +00:00
6 lines
119 B
C
6 lines
119 B
C
|
#ifndef _EXAMPLE_WSCLIENT_H
|
||
|
#define _EXAMPLE_WSCLIENT_H
|
||
|
|
||
|
void example_wsclient(void);
|
||
|
|
||
|
#endif /* _EXAMPLE_WSCLIENT_H */
|