Skip to content

Commit

Permalink
Disable debug virtual serial port on stm32f103 targets
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Oct 2, 2016
1 parent c706962 commit 2849d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stm32f103/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2849d3b

Please sign in to comment.