mirror of
https://github.com/cwyark/ameba-sdk-gcc-make.git
synced 2025-03-23 05:23:02 +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 */
|