From dd8bd06f4cf326c1e585d685aa8378b1e943fd5a Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 18 Oct 2007 14:48:58 +0000 Subject: [PATCH] Pasto. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@903 38d2e660-2303-0410-9eaa-f027e97ec537 --- cpu/arm/io/at91_us.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/arm/io/at91_us.h b/cpu/arm/io/at91_us.h index 9b544e81..a8038cb1 100644 --- a/cpu/arm/io/at91_us.h +++ b/cpu/arm/io/at91_us.h @@ -114,7 +114,7 @@ #define US_USART_MODE_MODEM 0x00000003 ///< Modem. #define US_USART_MODE_ISO7816T0 0x00000004 ///< ISO7816 protocol: T=0. #define US_USART_MODE_ISO7816T1 0x00000006 ///< ISO7816 protocol: T=1. -#define US_USART_MODE_RS485 0x00000008 ///< IrDA. +#define US_USART_MODE_IRDA 0x00000008 ///< IrDA. #define US_CLKS_MASK 0x00000030 ///< Clock selection mask. #define US_CLKS_MCK 0x00000000 ///< Master clock. -- 2.25.1