Skip to content

Commit c5db97c

Browse files
committed
atmel-sam: sdio: disable debug prints by default
1 parent 0f2fb93 commit c5db97c

File tree

1 file changed

+1
-1
lines changed
  • ports/atmel-samd/common-hal/sdioio

1 file changed

+1
-1
lines changed

ports/atmel-samd/common-hal/sdioio/SDCard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#include "peripheral_clk_config.h"
4343

4444
#ifndef DEBUG_SDIO
45-
#define DEBUG_SDIO (1)
45+
#define DEBUG_SDIO (0)
4646
#endif
4747

4848
#if DEBUG_SDIO

0 commit comments

Comments
 (0)