summaryrefslogtreecommitdiff
path: root/nuttx/configs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-29 06:49:55 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-29 06:49:55 -0600
commit490134ea71ef420ac319d77685330001261b0ea4 (patch)
treeacd5d295776a08a2d0d460573580e21945394a57 /nuttx/configs
parent3f797bde9431ff7c398fe119a19a0b027d6f5d4a (diff)
downloadpx4-nuttx-490134ea71ef420ac319d77685330001261b0ea4.tar.gz
px4-nuttx-490134ea71ef420ac319d77685330001261b0ea4.tar.bz2
px4-nuttx-490134ea71ef420ac319d77685330001261b0ea4.zip
STM32F4-Discovery: Fix some backwad conditional compilation
Diffstat (limited to 'nuttx/configs')
-rw-r--r--nuttx/configs/stm32f4discovery/include/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/include/board.h b/nuttx/configs/stm32f4discovery/include/board.h
index 069281fa1..38f4b3fd2 100644
--- a/nuttx/configs/stm32f4discovery/include/board.h
+++ b/nuttx/configs/stm32f4discovery/include/board.h
@@ -244,7 +244,7 @@
* These pins selections, however, conflict with pin usage on the STM32F4DIS-BB.
*/
-#ifdef CONFIG_STM32F4DISBB
+#ifndef CONFIG_STM32F4DISBB
# define GPIO_USART2_RX GPIO_USART2_RX_1
# define GPIO_USART2_TX GPIO_USART2_TX_1
#endif