stlink: Added a little extra whitespace to help the readability of the platform header
This commit is contained in:
parent
7160bb987b
commit
14d7286db1
|
@ -114,6 +114,7 @@ int usbuart_debug_write(const char *buf, size_t len);
|
||||||
#define USBUSART_TX_PIN GPIO2
|
#define USBUSART_TX_PIN GPIO2
|
||||||
#define USBUSART_RX_PIN GPIO3
|
#define USBUSART_RX_PIN GPIO3
|
||||||
#define USBUSART_ISR(x) usart2_isr(x)
|
#define USBUSART_ISR(x) usart2_isr(x)
|
||||||
|
|
||||||
#define USBUSART_DMA_BUS DMA1
|
#define USBUSART_DMA_BUS DMA1
|
||||||
#define USBUSART_DMA_CLK RCC_DMA1
|
#define USBUSART_DMA_CLK RCC_DMA1
|
||||||
#define USBUSART_DMA_TX_CHAN DMA_CHANNEL7
|
#define USBUSART_DMA_TX_CHAN DMA_CHANNEL7
|
||||||
|
|
Loading…
Reference in New Issue