diff options
Diffstat (limited to 'demos/host/src/main.c')
| -rw-r--r-- | demos/host/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/main.c b/demos/host/src/main.c index 7a6a2d22d..b85004052 100644 --- a/demos/host/src/main.c +++ b/demos/host/src/main.c @@ -152,7 +152,7 @@ void print_greeting(void) --------------------------------------------------------------------\n"
);
- puts("This demo supports the following classes");
+ puts("This demo supports the following classes for HOST");
if (TUSB_CFG_HOST_HUB ) puts(" - Hub (1 level only)");
if (TUSB_CFG_HOST_HID_MOUSE ) puts(" - HID Mouse");
if (TUSB_CFG_HOST_HID_KEYBOARD ) puts(" - HID Keyboard");
|
