Add spinbox for cpu frequency
[bertos.git] / wizard / const.py
index 34873fdf7e27be8f8ebaf386f0ea40a1f61801e5..18ba3fe59d4bc58ed209faad853d31e174ec45a3 100644 (file)
@@ -34,7 +34,8 @@ CPU_DEF = {
     "C_SRC": [],
     "SUPPORTED_DRV" : [],
     "PC_SRC" : [],
-    "CPU_DESC" : []
+    "CPU_DESC" : [],
+    "CPU_DEFAULT_FREQ": "1"
 }
 
 TOOLCHAIN_ITEMS = ("ld", "as")