Skip to content

Commit

Permalink
disable verbose USB logging
Browse files Browse the repository at this point in the history
  • Loading branch information
z4yx committed Jun 1, 2024
1 parent 6dc53c8 commit 0fdd854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tusb_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

// CFG_TUSB_DEBUG is defined by compiler in DEBUG build
#ifdef DEBUG_OUTPUT
#define CFG_TUSB_DEBUG 2
#define CFG_TUSB_DEBUG 1
#endif

/* USB DMA on some MCUs can only access a specific SRAM region with restriction on alignment.
Expand Down

0 comments on commit 0fdd854

Please sign in to comment.