summaryrefslogtreecommitdiff
path: root/examples/device/board_test/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-03-17 10:24:37 +0700
committerhathach <[email protected]>2020-03-17 10:24:37 +0700
commitf8d6bbe43b788031f4fbd2986e9f6cd8911ba19d (patch)
tree135e39b5f315c49728350050b56dcaa3456d8704 /examples/device/board_test/src
parent45e32a787bab61c61ad4a32f6c59d74f9d8aa4cd (diff)
parente47f9921570c75afd3288407601897c5b283f043 (diff)
Merge branch 'master' into develop
Diffstat (limited to 'examples/device/board_test/src')
-rw-r--r--examples/device/board_test/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/board_test/src/main.c b/examples/device/board_test/src/main.c
index 865821745..584ff799d 100644
--- a/examples/device/board_test/src/main.c
+++ b/examples/device/board_test/src/main.c
@@ -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)
{