1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-10 14:42:08 +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 "FS.h"
#undef max
#undef min
#include "FSImpl.h"
extern "C" {
#include "spiffs/spiffs.h"