Fix for DUE - no host support on native USB if SD card not enabled (#10148)
This commit is contained in:
committed by
Scott Lahteine
parent
772810fb24
commit
bbfbf90797
@@ -54,11 +54,7 @@
|
||||
*/
|
||||
//! @{
|
||||
|
||||
#ifdef SDSUPPORT
|
||||
#define LUN_0 ENABLE //!< SD/MMC Card over MCI Slot 0.
|
||||
#else
|
||||
#define LUN_0 DISABLE
|
||||
#endif
|
||||
#define LUN_0 ENABLE //!< SD/MMC Card over MCI Slot 0.
|
||||
#define LUN_1 DISABLE
|
||||
#define LUN_2 DISABLE
|
||||
#define LUN_3 DISABLE
|
||||
|
||||
Reference in New Issue
Block a user