From 712ec74b571d108473f031370bfcbb5ec8dd85de Mon Sep 17 00:00:00 2001 From: "Earle F. Philhower, III" Date: Tue, 12 Jan 2021 16:45:13 -0800 Subject: [PATCH] Supersede #3856, remove undef min/max Remove a straggler `undef min/max` from core header Supersedes #3856 --- cores/esp8266/spiffs_api.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cores/esp8266/spiffs_api.h b/cores/esp8266/spiffs_api.h index 1ea04849e1..26da251304 100644 --- a/cores/esp8266/spiffs_api.h +++ b/cores/esp8266/spiffs_api.h @@ -26,8 +26,6 @@ */ #include #include "FS.h" -#undef max -#undef min #include "FSImpl.h" extern "C" { #include "spiffs/spiffs.h"