From 16cb3c1942f0e2486154d908441a98c1f7f69f09 Mon Sep 17 00:00:00 2001 From: duplo Date: Tue, 10 Feb 2009 14:03:47 +0000 Subject: [PATCH] Add the CPU_TAGS field in the default CPU_DEF dict git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2339 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wizard/const.py b/wizard/const.py index 32aa18e2..31b1c7cb 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -14,6 +14,7 @@ CPU_DEF = { "CPU_DIR": "", "DEFINITION_PATH": "", "TOOLCHAIN": "", + "CPU_TAGS": "", "CORE_CPU": "", "SCRIPT_DIR": "", "HW_DIR": "", -- 2.25.1