From 373a58fc0fff1a4664a75e7a3954e43e391f05a6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 22 Apr 2012 21:30:52 +0000 Subject: [PATCH] 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 --- arch/arm/src/stm32/stm32_uart.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/src/stm32/stm32_uart.h b/arch/arm/src/stm32/stm32_uart.h index bd00c34e68..c4dd4da948 100644 --- a/arch/arm/src/stm32/stm32_uart.h +++ b/arch/arm/src/stm32/stm32_uart.h @@ -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