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

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4641 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo
2012-04-22 21:30:52 +00:00
parent ec81f66d5c
commit 07099d1129
+2 -2
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