summaryrefslogtreecommitdiff
path: root/src/tusb_option.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-07-01 15:54:40 +0700
committerhathach <[email protected]>2018-07-01 15:54:40 +0700
commita08cb6e7274d307f704dafabbebbb7dd9ca73f30 (patch)
treedbf91d42cf9e2e051d57ba16060dba04ebd70a67 /src/tusb_option.h
parent19eb62ebe4ad2389064e5a1b1557aa0ca49b2bf7 (diff)
clean up
Diffstat (limited to 'src/tusb_option.h')
-rw-r--r--src/tusb_option.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/tusb_option.h b/src/tusb_option.h
index 6cac0fe7f..4c175d5dd 100644
--- a/src/tusb_option.h
+++ b/src/tusb_option.h
@@ -205,13 +205,6 @@
#error Control Endpoint Max Package Size cannot larger than 64
#endif
-#if CFG_TUD_MSC_MAXLUN == 0 || CFG_TUD_MSC_MAXLUN > 16
- #error MSC Device: Incorrect setting of MAX LUN
-#endif
-
-//#if CFG_TUD_MSC_BUFSIZE
-
-
#endif /* _TUSB_OPTION_H_ */
/** @} */