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

Remove DEBUG defined by default in library

DEBUG should be defined outside the library to enable it  not enabled by
default in library itself
This commit is contained in:
Luc 2015-09-07 23:24:27 +08:00
parent e0b7e0443c
commit 75843263f2

View File

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