Skip to content

Commit 2849d3b

Browse files
committed
Disable debug virtual serial port on stm32f103 targets
1 parent c706962 commit 2849d3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/stm32f103/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#define CAN_RX_AVAILABLE 0
2525
#define CAN_TX_AVAILABLE 0
2626

27-
#define VCDC_AVAILABLE 1
27+
#define VCDC_AVAILABLE 0
2828
#define VCDC_TX_BUFFER_SIZE 128
2929
#define VCDC_RX_BUFFER_SIZE 128
3030

0 commit comments

Comments
 (0)