Skip to content

fix mdns.h guard defines #2396

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tools/sdk/lwip/include/lwip/mdns.h
Original file line number Diff line number Diff line change
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__ */