found a few more nasties
This commit is contained in:
Bob-the-Kuhn
2018-01-01 16:41:38 -06:00
parent 724e3f33bc
commit e5b71af8c9
5 changed files with 16 additions and 5 deletions

View File

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