Skip to content

Commit

Permalink
Supersede esp8266#3856, remove undef min/max
Browse files Browse the repository at this point in the history
Remove a straggler `undef min/max` from core header
Supersedes esp8266#3856
  • Loading branch information
earlephilhower committed Jan 13, 2021
1 parent df5e113 commit 712ec74
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cores/esp8266/spiffs_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
*/
#include <limits>
#include "FS.h"
#undef max
#undef min
#include "FSImpl.h"
extern "C" {
#include "spiffs/spiffs.h"
Expand Down

0 comments on commit 712ec74

Please sign in to comment.