Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / drv / ser_sam3.h
index ed294245915a9ce83eb94fef32fc9f4c95543335..e1e0d9ee75a481b5e1881ccfcd1c9fe8cf7e2623 100644 (file)
@@ -70,7 +70,7 @@ typedef uint32_t serstatus_t;
 enum
 {
        SER_UART0,
-#if !CPU_CM3_AT91SAM3U
+#if !CPU_CM3_SAM3U
        SER_UART1,
 #endif
        SER_SPI0,