summaryrefslogtreecommitdiff
path: root/examples/host/msc_file_explorer/src/main.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-11-19 13:44:07 +0700
committerhathach <[email protected]>2022-11-19 13:44:07 +0700
commitbb570e02d6a8b34fe00c90f5cd8ad736d990ed42 (patch)
tree64fae38d8095ad947eead76298aaf906d6db339d /examples/host/msc_file_explorer/src/main.c
parenta6001fc8f2cfe0db2cf5ba410b49961781ce1803 (diff)
msc explorer ls work great
Diffstat (limited to 'examples/host/msc_file_explorer/src/main.c')
-rw-r--r--examples/host/msc_file_explorer/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/msc_file_explorer/src/main.c b/examples/host/msc_file_explorer/src/main.c
index 13c473d9b..f46e5092b 100644
--- a/examples/host/msc_file_explorer/src/main.c
+++ b/examples/host/msc_file_explorer/src/main.c
@@ -43,7 +43,7 @@ int main(void)
{
board_init();
- printf("TinyUSB Host CDC MSC HID Example\r\n");
+ printf("TinyUSB Host MSC Explorer Example\r\n");
// init host stack on configured roothub port
tuh_init(BOARD_TUH_RHPORT);