1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-05-09 16:41:02 +03:00

fix mdns.h guard defines (#2396)

This commit is contained in:
Me No Dev 2016-08-18 10:19:56 +03:00 committed by GitHub
parent b250381d80
commit 7746288b41

View File

@ -32,8 +32,8 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef __LWIP_DNS_H__
#define __LWIP_DNS_H__
#ifndef __LWIP_MDNS_H__
#define __LWIP_MDNS_H__
#include "lwip/opt.h"
@ -109,6 +109,6 @@ struct mdns_info {
//void mdns_tmr(void);
//void Delay(unsigned long ulSeconds);
#endif /* LWIP_DNS */
#endif /* LWIP_MDNS */
#endif /* __LWIP_DNS_H__ */
#endif /* __LWIP_MDNS_H__ */