Fix XMega information for wizard.
[bertos.git] / bertos / cpu / avr / info / avr.common
index 081d8f3f255913f5d7983a299aa4725451e28ed9..f0fd278c7a2e78dfe7ff9945d411e1dd78133f01 100644 (file)
@@ -47,12 +47,12 @@ include("../../path.common")
 CPU_DESC = [ "ATMEL AVR Microcontroller ",
             "8-bit RISC Architecture"]
 
-# Special CPU related tags.
-CPU_TAGS = ["harvard", "avr"]
-
 # Type of the toolchain we should use to compile the source for this CPU.
 TOOLCHAIN = "avr"
 
+# Special CPU related tags.
+CPU_TAGS = ["harvard", TOOLCHAIN]
+
 # CPU default clock frequency
 CPU_DEFAULT_FREQ = "8000000UL"