From 2849d3b16c93d68eac58c335718c00f9296661da Mon Sep 17 00:00:00 2001 From: Devan Lai Date: Sun, 2 Oct 2016 12:35:05 -0700 Subject: [PATCH] Disable debug virtual serial port on stm32f103 targets --- src/stm32f103/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stm32f103/config.h b/src/stm32f103/config.h index dd9306f..1900bc5 100644 --- a/src/stm32f103/config.h +++ b/src/stm32f103/config.h @@ -24,7 +24,7 @@ #define CAN_RX_AVAILABLE 0 #define CAN_TX_AVAILABLE 0 -#define VCDC_AVAILABLE 1 +#define VCDC_AVAILABLE 0 #define VCDC_TX_BUFFER_SIZE 128 #define VCDC_RX_BUFFER_SIZE 128