Change filename and macros from AT91SAM3.. to SAM3.. to conform to Atmel's official...
[bertos.git] / bertos / cpu / cortex-m3 / io / cm3.h
index e38299582675481cdf09192199b9c63845b55151..8d1b4153b10fbec58113147e66569d83d5fc6a3c 100644 (file)
@@ -42,7 +42,7 @@
        #include "lm3s.h"
 #elif CPU_CM3_STM32
        #include "stm32.h"
-#elif CPU_CM3_AT91SAM3
+#elif CPU_CM3_SAM3
        #include "sam3.h"
 /*#elif  Add other Cortex-M3 CPUs here */
 #else