Typos.
[bertos.git] / bertos / cpu / cortex-m3 / info / SAM3N4.cdef
index 47f4c70e0a291bfe774e8969c0c0518cc558649d..56f91499393bbdc5abe731e3579f55b503094b8c 100644 (file)
 include("cm3.common")
 
 # CPU type used for flashing/debugging
-MK_PROGRAMMER_CPU = "sam3"
+MK_PROGRAMMER_CPU = "sam3n"
 MK_FLASH_SCRIPT = PRG_SCRIPTS_DIR + "arm/flash-sam3.sh"
 
 # CPU default clock frequency
 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 "