STM32F4-Discovery: Fix some backwad conditional compilation
This commit is contained in:
parent
1b2729e35e
commit
60f8a8ec86
@ -244,7 +244,7 @@
|
|||||||
* These pins selections, however, conflict with pin usage on the STM32F4DIS-BB.
|
* 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_RX GPIO_USART2_RX_1
|
||||||
# define GPIO_USART2_TX GPIO_USART2_TX_1
|
# define GPIO_USART2_TX GPIO_USART2_TX_1
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user