Skip to content

Commit

Permalink
fix mdns.h guard defines (esp8266#2396)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev committed Aug 18, 2016
1 parent b250381 commit 7746288
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/sdk/lwip/include/lwip/mdns.h
Expand Up @@ -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"

Expand Down Expand Up @@ -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__ */

0 comments on commit 7746288

Please sign in to comment.