summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 22:21:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-06 22:21:58 +0000
commit48dd111c71faf703e2ec28f59b0388208e0257bf (patch)
tree8e3f18c7face90c45d7e0bd4a4f08943f0fcf873 /nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h
parent7e0ea45aea8bac3372cf4d880693c1cbc8ba707c (diff)
downloadpx4-nuttx-48dd111c71faf703e2ec28f59b0388208e0257bf.tar.gz
px4-nuttx-48dd111c71faf703e2ec28f59b0388208e0257bf.tar.bz2
px4-nuttx-48dd111c71faf703e2ec28f59b0388208e0257bf.zip
Fix typo in STM32 header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4915 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h')
-rwxr-xr-xnuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h b/nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h
index bf74a1cae..c8f33321a 100755
--- a/nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h
+++ b/nuttx/arch/arm/src/stm32/chip/stm32f103vc_pinmap.h
@@ -357,7 +357,7 @@
#endif
#endif
-#define GPIO_USART1_CTS (GPIO_INPUT|GPIO_CNF_INFLOAT|GPIO_MODE_INPU|GPIO_PORTA|GPIO_PIN11)
+#define GPIO_USART1_CTS (GPIO_INPUT|GPIO_CNF_INFLOAT|GPIO_MODE_INPUT|GPIO_PORTA|GPIO_PIN11)
#define GPIO_USART1_RTS (GPIO_ALT|GPIO_CNF_AFPP|GPIO_MODE_50MHz|GPIO_PORTA|GPIO_PIN12)
#define GPIO_USART1_CK (GPIO_ALT|GPIO_CNF_AFPP|GPIO_MODE_50MHz|GPIO_PORTA|GPIO_PIN8)
#if defined(CONFIG_STM32_USART1_REMAP)