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