Skip to content

Commit 4d6d281

Browse files
committed
Compile error for ESP32 v3.0
1 parent 29d6fb4 commit 4d6d281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/LoggerFS.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
#include <stdarg.h>
55
#include <stdio.h>
66
#include <string.h>
7+
#ifdef ESP32
8+
# undef B0
9+
# undef B110
10+
# undef B1000000
11+
#endif
712
#include "Arduino.h"
813

914
namespace file_systems {

0 commit comments

Comments
 (0)