summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/stm32/stm32_serial.c')
-rw-r--r--nuttx/arch/arm/src/stm32/stm32_serial.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_serial.c b/nuttx/arch/arm/src/stm32/stm32_serial.c
index 5561708ef..30df74114 100644
--- a/nuttx/arch/arm/src/stm32/stm32_serial.c
+++ b/nuttx/arch/arm/src/stm32/stm32_serial.c
@@ -438,7 +438,7 @@ static int up_setup(struct uart_dev_s *dev)
uint16 regval;
/* Note: The logic here depends on the fact that that the USART module
- * was enabled and the pins were configured in up_lowsetup().
+ * was enabled and the pins were configured in stm32_lowsetup().
*/
/* Configure CR2 */
@@ -961,7 +961,7 @@ static boolean up_txready(struct uart_dev_s *dev)
void up_earlyserialinit(void)
{
/* NOTE: All GPIO configuration for the USARTs was performed in
- * up_lowsetup
+ * stm32_lowsetup
*/
/* Disable all USARTS */