1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-07 16:23:38 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"