summaryrefslogtreecommitdiff
path: root/demos/host/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-06 10:29:57 +0700
committerhathach <[email protected]>2014-03-06 10:29:57 +0700
commitfee8e5227b71f9d743c19153b998fff99db20a82 (patch)
treea51866351c83fb016ca66c890cf75b183fa459b4 /demos/host/src
parentc35e668dc4a6bce1706ae6bfa63491bfbc409889 (diff)
IAR work well with EA4357 on host os none
Diffstat (limited to 'demos/host/src')
-rw-r--r--demos/host/src/main.c4
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
+}