atmel-sam: sdio: disable debug prints by default

This commit is contained in:
Jeff Epler 2020-06-26 13:16:16 -05:00
parent 0f2fb93d14
commit c5db97c50f

View File

@ -42,7 +42,7 @@
#include "peripheral_clk_config.h"
#ifndef DEBUG_SDIO
#define DEBUG_SDIO (1)
#define DEBUG_SDIO (0)
#endif
#if DEBUG_SDIO