cores: replace max, min, round macros with imports from std (#1783)

fixes #1734
This commit is contained in:
Junxiao Shi
2018-09-17 15:33:01 -04:00
committed by Me No Dev
parent f9f995b283
commit 1e4bf14a3e
4 changed files with 12 additions and 17 deletions

View File

@ -27,8 +27,6 @@
#define WIFICLIENTMULTI_H_
#include "WiFi.h"
#undef min
#undef max
#include <vector>
typedef struct {