Skip to content

Commit d97ebbb

Browse files
committed
Remove debug
Calling printf harms code running on M4 core
1 parent dba021e commit d97ebbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/USBHost/dbg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#define USB_DEBUG_H
1919

2020
//Debug is disabled by default
21-
#define DEBUG 4 /*INFO,ERR,WARN*/
21+
#define DEBUG 0 /*INFO,ERR,WARN*/
2222
#define DEBUG_TRANSFER 0
2323
#define DEBUG_EP_STATE 0
2424
#define DEBUG_EVENT 0

0 commit comments

Comments
 (0)