mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2024-11-24 06:54:19 +00:00
6 lines
107 B
C
Executable file
6 lines
107 B
C
Executable file
#ifndef EXAMPLE_MDNS_H
|
|
#define EXAMPLE_MDNS_H
|
|
|
|
void example_mdns(void);
|
|
|
|
#endif /* EXAMPLE_MDNS_H */
|