Skip to content

Commit b6e7ad2

Browse files
fix: correct DEBUG typo in README
1 parent 6f813dc commit b6e7ad2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ BUILD_DIR=custom-dir-if-needed make isp
144144

145145
#### Logging over UART
146146

147-
Currently, only the UART1 with baudrate=921600 is used for debuging. To
148-
enable the log from UART, set the DEUBG=1 when build the project.
147+
Currently, only the UART1 with baudrate=921600 is used for debugging. To
148+
enable the log from UART, set the DEBUG=1 when build the project.
149149

150150
Any USB to UART dongle will work. Use your favorite terminal emulator to see the
151151
log, e.g.:

0 commit comments

Comments
 (0)