stlink: Added a little extra whitespace to help the readability of the platform header

This commit is contained in:
dragonmux 2022-06-10 19:25:45 -04:00
parent 7160bb987b
commit 14d7286db1
No known key found for this signature in database
GPG Key ID: 64861EA89B35507A
1 changed files with 1 additions and 0 deletions

View File

@ -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