1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-05 13:16:13 +03:00

Supersede #3856, remove undef min/max (#7824)

Remove a straggler `undef min/max` from core header
Supersedes #3856
This commit is contained in:
Earle F. Philhower, III
2021-01-12 17:58:04 -08:00
committed by GitHub
parent df5e113b88
commit dbc5e4164c

View File

@@ -26,8 +26,6 @@
*/ */
#include <limits> #include <limits>
#include "FS.h" #include "FS.h"
#undef max
#undef min
#include "FSImpl.h" #include "FSImpl.h"
extern "C" { extern "C" {
#include "spiffs/spiffs.h" #include "spiffs/spiffs.h"