mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user