1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-06 05:21:22 +03:00

Merge pull request #758 from luc-github/esp8266

Remove DEBUG defined by default in DNSServer library
This commit is contained in:
Ivan Grokhotkov 2015-09-09 01:51:31 +03:00
commit 67d004c226

View File

@ -2,8 +2,6 @@
#include <lwip/def.h>
#include <Arduino.h>
#define DEBUG
#define DEBUG_OUTPUT Serial
DNSServer::DNSServer()
{