summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-04-26 15:54:42 +0700
committerhathach <[email protected]>2019-04-26 15:54:42 +0700
commitb74eca4f120ae0d17c4c583d6b865f507f48996a (patch)
tree4c58e8b5d19cd453c6d851dda42895f8d0ed652e /examples/host
parent99f4c061976349221f62b51a8897528288f6a2cc (diff)
add msc multiple lun support
- remove CFG_TUD_MSC_MAXLUN - add tud_msc_maxlun_cb() - add msc_dual_lun exmaple
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/cdc_msc_hid/src/tusb_config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h
index a1b4352d4..3d4d7a333 100644
--- a/examples/host/cdc_msc_hid/src/tusb_config.h
+++ b/examples/host/cdc_msc_hid/src/tusb_config.h
@@ -97,8 +97,6 @@
//--------------------------------------------------------------------
// MSC
//--------------------------------------------------------------------
-// Number of supported Logical Unit Number (At least 1)
-#define CFG_TUD_MSC_MAXLUN 1
// Buffer size of Device Mass storage
#define CFG_TUD_MSC_BUFSIZE 512