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

disable DEBUG_WIFI_MULTI define

This commit is contained in:
Markus Sattler 2015-05-25 09:49:15 +02:00
parent 5a86c20f1e
commit 1d2b85ec0e

View File

@ -32,7 +32,7 @@
#undef max #undef max
#include <vector> #include <vector>
#define DEBUG_WIFI_MULTI(...) Serial1.printf( __VA_ARGS__ ) //#define DEBUG_WIFI_MULTI(...) Serial1.printf( __VA_ARGS__ )
#ifndef DEBUG_WIFI_MULTI #ifndef DEBUG_WIFI_MULTI
#define DEBUG_WIFI_MULTI(...) #define DEBUG_WIFI_MULTI(...)