Add a stub of the code that will fill all the fields of the board selection Wizard...
[bertos.git] / wizard / const.py
index 697cd4637c0db2cb44b3d500e5f14203ca5d69c9..3b6add0de74d5c77592669bc6e55c27a4d5911bf 100644 (file)
@@ -41,6 +41,8 @@ if os.path.islink(_tmp):
 DATA_DIR = os.path.dirname(os.path.abspath(_tmp))
 del _tmp
 
+PREDEFINED_BOARDS_DIR = 'predefined_boards'
+
 CPU_DEF = {
     "CPU_NAME": "",
     "CPU_DIR": "",