Skip to content

Commit 4b19ee0

Browse files
committed
Remove debug from sdcard library
1 parent ad46d8a commit 4b19ee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Envie_SDCARD/SDMMCBlockDevice.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#warning "mbed-os version 5.5.0 or above required"
2828
#endif
2929

30-
#define SD_DBG 1 /*!< 1 - Enable debugging */
30+
#define SD_DBG 0 /*!< 1 - Enable debugging */
3131

3232
/** Enum of standard error codes
3333
*

0 commit comments

Comments
 (0)