Fix for DUE - no host support on native USB if SD card not enabled (#10148)

This commit is contained in:
Eduardo José Tagle
2018-03-18 21:49:51 -03:00
committed by Scott Lahteine
parent 772810fb24
commit bbfbf90797
7 changed files with 1197 additions and 758 deletions

View File

@@ -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