Skip to content

Commit f3f1266

Browse files
authored
Fixed REVERSE_X_DEFAULT typo in identifier (#1633)
1 parent a8f37f5 commit f3f1266

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

headers/addons/reverse.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define REVERSE_LED_PIN -1
1818
#endif
1919

20-
#ifndef REVERSE_UP_DEFUALT
20+
#ifndef REVERSE_UP_DEFAULT
2121
#define REVERSE_UP_DEFAULT 0
2222
#endif
2323

@@ -29,7 +29,7 @@
2929
#define REVERSE_LEFT_DEFAULT 0
3030
#endif
3131

32-
#ifndef REVERSE_RIGHT_DEFUALT
32+
#ifndef REVERSE_RIGHT_DEFAULT
3333
#define REVERSE_RIGHT_DEFAULT 0
3434
#endif
3535

0 commit comments

Comments
 (0)