Fix cpu tag to differ from sam3n and sam3x.
[bertos.git] / bertos / cpu / cortex-m3 / info / SAM3N4.cdef
index 47f4c70e0a291bfe774e8969c0c0518cc558649d..e13cc3eedcf93887b868186d61ec204bb520ffa6 100644 (file)
@@ -51,7 +51,7 @@ MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh"
 CPU_DEFAULT_FREQ = "48000000UL"
 
 # Special CPU related tags.
-CPU_TAGS += ["sam3"]
+CPU_TAGS += ["sam3n"]
 
 # Additional hw drivers.
 MK_CPU_CSRC += DRV_DIR + "clock_sam3.c "