Skip to content

Commit 232f7b2

Browse files
committed
fix: correct SERIAL definition to use a more concise representation
1 parent 823b87d commit 232f7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/Arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define RAD_TO_DEG 57.295779513082320876798154814105
5151
#define EULER 2.718281828459045235360287471352
5252

53-
#define SERIAL 0x00
53+
#define SERIAL 0x0
5454
#define DISPLAY 0x1
5555

5656
#define LSBFIRST 0

0 commit comments

Comments
 (0)