Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3_uart.h
index 6dbcf15f599cf940d757b3e5502aac9b4b5d41f1..9a4e12b5a03cdf2c232308941691d55e258c282a 100644 (file)
@@ -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
 /*\}*/