Use CRLF on UART.

This commit is contained in:
Nathan Conrad
2020-03-14 14:22:08 -04:00
parent a0eb8a2651
commit 7f6316dbe1
6 changed files with 13 additions and 13 deletions

View File

@@ -42,7 +42,7 @@ enum {
BLINK_UNPRESSED = 1000
};
#define HELLO_STR "Hello from TinyUSB\n"
#define HELLO_STR "Hello from TinyUSB\r\n"
int main(void)
{