Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / io / sam3.h
index 8b99055050fb8b98833b6fc310cf849a0d36018a..2b58220db3487621e8d826b5c476a668a6b4aa64 100644 (file)
@@ -43,7 +43,7 @@
  * Peripherals IDs.
  */
 /*\{*/
-#if CPU_CM3_AT91SAM3N
+#if CPU_CM3_SAM3N
        #define SUPC_ID      0   ///< Supply Controller (SUPC)
        #define RSTC_ID      1   ///< Reset Controller (RSTC)
        #define RTC_ID       2   ///< Real Time Clock (RTC)
  * UART I/O pins
  */
 /*\{*/
-#if CPU_CM3_AT91SAM3U
+#if CPU_CM3_SAM3U
        #define RXD0   11
        #define TXD0   12
 #else
  * PIO I/O pins
  */
 /*\{*/
-#if CPU_CM3_AT91SAM3U
+#if CPU_CM3_SAM3U
        #define SPI0_SPCK   15
        #define SPI0_MOSI   14
        #define SPI0_MISO   13