Skip to content

Commit dbc5e41

Browse files
Supersede #3856, remove undef min/max (#7824)
Remove a straggler `undef min/max` from core header Supersedes #3856
1 parent df5e113 commit dbc5e41

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/esp8266/spiffs_api.h

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
*/
2727
#include <limits>
2828
#include "FS.h"
29-
#undef max
30-
#undef min
3129
#include "FSImpl.h"
3230
extern "C" {
3331
#include "spiffs/spiffs.h"

0 commit comments

Comments
 (0)