diff options
Diffstat (limited to 'demos/host/src')
| -rw-r--r-- | demos/host/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c index 4ead7c6ba..ef44f6b5e 100644 --- a/demos/host/src/main.c +++ b/demos/host/src/main.c @@ -179,7 +179,7 @@ void print_greeting(void) - Host Demo (a tinyusb example)\n\
- if you find any bugs or get any questions, feel free to file an\n\
- issue at https://github.com/hathach/tinyusb\n\
---------------------------------------------------------------------\n\n"
+--------------------------------------------------------------------\n"
);
puts("This demo supports the following classes");
@@ -188,4 +188,4 @@ void print_greeting(void) if (TUSB_CFG_HOST_HID_KEYBOARD ) puts(" - HID Keyboard");
if (TUSB_CFG_HOST_MSC ) puts(" - Mass Storage");
if (TUSB_CFG_HOST_CDC ) puts(" - Communication Device Class");
-}
\ No newline at end of file +}
|
