Skip to content

Commit 36f5d3d

Browse files
authored
Merge pull request #49 from adafruit/copilot/fix-debug-mode-value
Disable debug mode in PioSdioCard.cpp
2 parents 09119a0 + fbbcbb5 commit 36f5d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SdCard/PioSdio/PioSdioCard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "PioSdioCard.pio.h"
3434
//------------------------------------------------------------------------------
3535
// USE_DEBUG_MODE 0 - no debug, 1 - print message, 2 - Use scope/analyzer.
36-
#define USE_DEBUG_MODE 1
36+
#define USE_DEBUG_MODE 0
3737

3838
const uint PIO_CLK_DIV_RUN = 1;
3939

0 commit comments

Comments
 (0)