summaryrefslogtreecommitdiffstats
path: root/cpu/at32ap/atmel_mci.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/at32ap/atmel_mci.c')
-rw-r--r--cpu/at32ap/atmel_mci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/at32ap/atmel_mci.c b/cpu/at32ap/atmel_mci.c
index 3e3789bcdd..9f62c0f14b 100644
--- a/cpu/at32ap/atmel_mci.c
+++ b/cpu/at32ap/atmel_mci.c
@@ -221,7 +221,7 @@ mmc_bread(int dev, unsigned long start, lbaint_t blkcnt,
if (status & MMCI_BIT(RXRDY)) {
data = mmci_readl(RDR);
- // pr_debug("%x\n", data);
+ /* pr_debug("%x\n", data); */
*buffer++ = data;
wordcount++;
}
OpenPOWER on IntegriCloud