summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-06-26 13:16:16 -0500
committerJeff Epler <jepler@gmail.com>2020-06-26 13:16:16 -0500
commitc5db97c50f3dd2a8d71958b22efe9fe728e0d7f4 (patch)
tree1732aaa133c5b842d32433c5b0e8eeef0da052eb
parent0f2fb93d1416b0be1c9a2f94b0ef25eda8b05d1f (diff)
atmel-sam: sdio: disable debug prints by default
-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