Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3_usart.h
index f5c05c1c68be9a19334a56573388d0041a58fc42..405c0890942d8111e4876885269f119ec01dedc6 100644 (file)
@@ -33,7 +33,7 @@
  *
  * \author Daniele Basile <asterix@develer.com>
  *
- * 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