X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=3b6add0de74d5c77592669bc6e55c27a4d5911bf;hb=e3892547e4cd75c1ec039e42ff7db425be9d7b72;hp=697cd4637c0db2cb44b3d500e5f14203ca5d69c9;hpb=cf36efa296379eb024dd593fc2806a42093e6c97;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 697cd463..3b6add0d 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -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": "",