We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b250381 commit 7746288Copy full SHA for 7746288
tools/sdk/lwip/include/lwip/mdns.h
@@ -32,8 +32,8 @@
32
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33
*/
34
35
-#ifndef __LWIP_DNS_H__
36
-#define __LWIP_DNS_H__
+#ifndef __LWIP_MDNS_H__
+#define __LWIP_MDNS_H__
37
38
#include "lwip/opt.h"
39
@@ -109,6 +109,6 @@ struct mdns_info {
109
//void mdns_tmr(void);
110
//void Delay(unsigned long ulSeconds);
111
112
-#endif /* LWIP_DNS */
+#endif /* LWIP_MDNS */
113
114
-#endif /* __LWIP_DNS_H__ */
+#endif /* __LWIP_MDNS_H__ */
0 commit comments