snapshot
found a few more nasties
This commit is contained in:
@@ -53,7 +53,12 @@
|
||||
/*! \name Activation of Logical Unit Numbers
|
||||
*/
|
||||
//! @{
|
||||
#define LUN_0 ENABLE //!< SD/MMC Card over MCI Slot 0.
|
||||
|
||||
#ifdef SDSUPPORT
|
||||
#define LUN_0 ENABLE //!< SD/MMC Card over MCI Slot 0.
|
||||
#else
|
||||
#define LUN_0 DISABLE
|
||||
#endif
|
||||
#define LUN_1 DISABLE
|
||||
#define LUN_2 DISABLE
|
||||
#define LUN_3 DISABLE
|
||||
|
||||
Reference in New Issue
Block a user