atmel-sam: sdio: disable debug prints by default
This commit is contained in:
parent
0f2fb93d14
commit
c5db97c50f
@ -42,7 +42,7 @@
|
||||
#include "peripheral_clk_config.h"
|
||||
|
||||
#ifndef DEBUG_SDIO
|
||||
#define DEBUG_SDIO (1)
|
||||
#define DEBUG_SDIO (0)
|
||||
#endif
|
||||
|
||||
#if DEBUG_SDIO
|
||||
|
Loading…
Reference in New Issue
Block a user