X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fsam3_uart.h;h=9a4e12b5a03cdf2c232308941691d55e258c282a;hb=c37e6a3f6900ec803c2608fb387054247bab88aa;hp=6dbcf15f599cf940d757b3e5502aac9b4b5d41f1;hpb=8f98ebb808578ccfef32b52dae753510e284fc9d;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/sam3_uart.h b/bertos/cpu/cortex-m3/io/sam3_uart.h index 6dbcf15f..9a4e12b5 100644 --- a/bertos/cpu/cortex-m3/io/sam3_uart.h +++ b/bertos/cpu/cortex-m3/io/sam3_uart.h @@ -30,7 +30,7 @@ * * --> * - * \brief AT91SAM3 UART hardware. + * \brief SAM3 UART hardware. */ #ifndef SAM3_UART_H @@ -41,7 +41,7 @@ */ /*\{*/ #define UART0_BASE 0x400E0600 -#ifndef CPU_CM3_AT91SAM3U +#ifndef CPU_CM3_SAM3U #define UART1_BASE 0x400E0800 #endif /*\}*/