summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/atmel-samd/common-hal/sdioio/SDCard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/common-hal/sdioio/SDCard.c b/ports/atmel-samd/common-hal/sdioio/SDCard.c
index 6014bd8ab..8cd077ecd 100644
--- a/ports/atmel-samd/common-hal/sdioio/SDCard.c
+++ b/ports/atmel-samd/common-hal/sdioio/SDCard.c
@@ -42,7 +42,7 @@
#include "peripheral_clk_config.h"
#ifndef DEBUG_SDIO
-#define DEBUG_SDIO (1)
+#define DEBUG_SDIO (0)
#endif
#if DEBUG_SDIO