Fix a UART4/5 naming problem introduced in the last check-in

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4641 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-04-22 21:30:52 +00:00
parent 20f454adaf
commit 373a58fc0f

View File

@ -168,11 +168,11 @@
# undef CONFIG_USART3_RXDMA
#endif
#ifndef CONFIG_STM32_USART4
#ifndef CONFIG_STM32_UART4
# undef CONFIG_USART4_RXDMA
#endif
#ifndef CONFIG_STM32_USART5
#ifndef CONFIG_STM32_UART5
# undef CONFIG_USART5_RXDMA
#endif