mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2025-01-08 18:31:40 +00:00
accidentally left DEBUG = 1
This commit is contained in:
parent
eeacf3e746
commit
9b2b3f689f
@ -39,7 +39,7 @@
|
||||
#include <SdFat.h>
|
||||
#include <setjmp.h>
|
||||
|
||||
#define DEBUG 1 // 0:No debug information output
|
||||
#define DEBUG 0 // 0:No debug information output
|
||||
// 1: Debug information output to USB Serial
|
||||
// 2: Debug information output to LOG.txt (slow)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user