aboutsummaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-06 22:21:58 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-06 22:21:58 +0000
commitd2d7879300a690c2e23fcb2beff6aa47ecfdf29a (patch)
tree8e3f18c7face90c45d7e0bd4a4f08943f0fcf873 /nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h
parente4a3ec87eeb7794b8ebbd7facd0d48332da157b4 (diff)
downloadpx4-firmware-d2d7879300a690c2e23fcb2beff6aa47ecfdf29a.tar.gz
px4-firmware-d2d7879300a690c2e23fcb2beff6aa47ecfdf29a.tar.bz2
px4-firmware-d2d7879300a690c2e23fcb2beff6aa47ecfdf29a.zip
Fix typo in STM32 header files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4915 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h')
-rw-r--r--nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h b/nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h
index d99ac39dc..0b46d79fa 100644
--- a/nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h
+++ b/nuttx/arch/arm/src/stm32/chip/stm32f107vc_pinmap.h
@@ -350,7 +350,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)