From 776534d269b8fbcb8b92c4df10b5b939140f2ccf Mon Sep 17 00:00:00 2001 From: Antoine Drouin Date: Mon, 23 Aug 2010 07:36:54 +0000 Subject: [PATCH] upercased UART2_Tx etccc defines --- sw/airborne/stm32/uart_hw.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/sw/airborne/stm32/uart_hw.h b/sw/airborne/stm32/uart_hw.h index d71a622493..36d93c6379 100644 --- a/sw/airborne/stm32/uart_hw.h +++ b/sw/airborne/stm32/uart_hw.h @@ -42,17 +42,17 @@ #define UART1_RxPort GPIOA #define UART1_Periph RCC_APB2Periph_GPIOA -#define Uart2_TxPin GPIO_Pin_2 -#define Uart2_RxPin GPIO_Pin_3 -#define Uart2_TxPort GPIOA -#define Uart2_RxPort GPIOA -#define Uart2_Periph RCC_APB2Periph_GPIOA +#define UART2_TxPin GPIO_Pin_2 +#define UART2_RxPin GPIO_Pin_3 +#define UART2_TxPort GPIOA +#define UART2_RxPort GPIOA +#define UART2_Periph RCC_APB2Periph_GPIOA -#define Uart3_TxPin GPIO_Pin_10 -#define Uart3_RxPin GPIO_Pin_11 -#define Uart3_TxPort GPIOC -#define Uart3_RxPort GPIOC -#define Uart3_Periph RCC_APB2Periph_GPIOC +#define UART3_TxPin GPIO_Pin_10 +#define UART3_RxPin GPIO_Pin_11 +#define UART3_TxPort GPIOC +#define UART3_RxPort GPIOC +#define UART3_Periph RCC_APB2Periph_GPIOC #if defined USE_UART1 || OVERRIDE_UART1_IRQ_HANDLER