summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/stm32_serial.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-12 14:29:05 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-12-12 14:29:05 +0000
commitec0d444d57223a925df9560013593e969296fe73 (patch)
tree8e22c1c75ad80243c9b28535ebabf395167f58f4 /nuttx/arch/arm/src/stm32/stm32_serial.c
parentf482801a71b3c57e0fba6443076850a0b1a90691 (diff)
downloadpx4-nuttx-ec0d444d57223a925df9560013593e969296fe73.tar.gz
px4-nuttx-ec0d444d57223a925df9560013593e969296fe73.tar.bz2
px4-nuttx-ec0d444d57223a925df9560013593e969296fe73.zip
Working on HCS12 build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2323 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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/arm/src/stm32/stm32_serial.c b/nuttx/arch/arm/src/stm32/stm32_serial.c
index a702b1b5c..c94f08b03 100644
--- a/nuttx/arch/arm/src/stm32/stm32_serial.c
+++ b/nuttx/arch/arm/src/stm32/stm32_serial.c
@@ -939,12 +939,12 @@ static boolean up_txready(struct uart_dev_s *dev)
****************************************************************************/
/****************************************************************************
- * Name: up_serialinit
+ * Name: up_earlyserialinit
*
* Description:
- * Performs the low level USART initialization early in
- * debug so that the serial console will be available
- * during bootup. This must be called before up_serialinit.
+ * Performs the low level USART initialization early in debug so that the
+ * serial console will be available during bootup. This must be called
+ * before up_serialinit.
*
****************************************************************************/