X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fsam3_usart.h;h=405c0890942d8111e4876885269f119ec01dedc6;hb=cb34c4dab4949352cbedf059d7960e1855c4a1f6;hp=f5c05c1c68be9a19334a56573388d0041a58fc42;hpb=666f80bddb3d83383dee8f572b626690e81e3b18;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