Skip to content

Commit 0a56b1d

Browse files
committed
Disable debug output for power delivery library.
1 parent 2e44c56 commit 0a56b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Braccio++.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
* DEFINES
3535
**************************************************************************************/
3636

37-
#define BRACCIO_POWER_DEBUG_ENABLE
37+
/* Uncommenting this line enables debug output of the USB Power Delivery library. */
38+
//#define BRACCIO_POWER_DEBUG_ENABLE
3839

3940
/**************************************************************************************
4041
* FUNCTION DECLARATION

0 commit comments

Comments
 (0)