1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

temporary fix of min/max

This commit is contained in:
Ivan Grokhotkov 2015-05-19 01:31:10 +03:00
parent 655beb1c3c
commit 48c061beee

View File

@ -28,6 +28,8 @@
#define WIFICLIENTMULTI_H_
#include "ESP8266WiFi.h"
#undef min
#undef max
#include <vector>
//#define DEBUG_WIFI_MULTI(...) os_printf( __VA_ARGS__ )