Skip to content

Commit

Permalink
bluepill: fix console USART definition
Browse files Browse the repository at this point in the history
  • Loading branch information
devanlai committed Oct 12, 2019
1 parent 0b02208 commit 23ec7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stm32f103/bluepill/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#define CDC_AVAILABLE 1
#define DEFAULT_BAUDRATE 115200

#define CONSOLE_USART USART1
#define CONSOLE_USART USART2
#define CONSOLE_TX_BUFFER_SIZE 128
#define CONSOLE_RX_BUFFER_SIZE 4096

Expand Down

0 comments on commit 23ec7e8

Please sign in to comment.