summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-28 23:33:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-28 23:33:51 +0000
commita07289f037920ef02d643d0944e17c4d4cfa51ad (patch)
tree04714ec9a66403b77617660e97d8b6630a7bef85 /nuttx/arch/arm/src/stm32/stm32_serial.c
parentfa0e1e5d0b4bbbeb2af68e1517997dba6ef60ec9 (diff)
downloadpx4-nuttx-a07289f037920ef02d643d0944e17c4d4cfa51ad.tar.gz
px4-nuttx-a07289f037920ef02d643d0944e17c4d4cfa51ad.tar.bz2
px4-nuttx-a07289f037920ef02d643d0944e17c4d4cfa51ad.zip
Fixes for clean compile/link
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2102 42af7a65-404d-4744-a932-0658087f49c3
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 */