Skip to content

Commit eb2774e

Browse files
committed
Updated comment in uart_drv_stm32wb.c
1 parent abcbdc3 commit eb2774e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hal/uart/uart_drv_stm32wb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* uart_drv_stm32.c
1+
/* uart_drv_stm32wb.c
22
*
33
* Driver for the back-end of the UART_FLASH module.
44
*
55
* Example implementation for stm32WB, using UART1.
66
*
7-
* Pinout: RX=PD9, TX=PD8
7+
* Pinout: RX=PB7, TX=PB6 (VCOM port UART1 -> STLINK USB)
88
*
99
* Copyright (C) 2020 wolfSSL Inc.
1010
*

0 commit comments

Comments
 (0)