X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fsam3_usart.h;h=405c0890942d8111e4876885269f119ec01dedc6;hb=c37e6a3f6900ec803c2608fb387054247bab88aa;hp=f5c05c1c68be9a19334a56573388d0041a58fc42;hpb=8f98ebb808578ccfef32b52dae753510e284fc9d;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/sam3_usart.h b/bertos/cpu/cortex-m3/io/sam3_usart.h index f5c05c1c..405c0890 100644 --- a/bertos/cpu/cortex-m3/io/sam3_usart.h +++ b/bertos/cpu/cortex-m3/io/sam3_usart.h @@ -33,7 +33,7 @@ * * \author Daniele Basile * - * ATSAM3 USART User interface. + * Atmel SAM3 USART User interface. * This file is based on NUT/OS implementation. See license below. */ /* @@ -74,7 +74,7 @@ /** * USART base addresses. */ -#if CPU_CM3_AT91SAM3U +#if CPU_CM3_SAM3U #define USART0_BASE 0x40090000 #define USART1_BASE 0x40094000 #define USART2_BASE 0x40098000