X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fbertos_utils.py;h=2f755c38af8576c31dbc96c03d5b8032f6d1b0b8;hb=8db6f7d55f24f972b48a0797f0a3b289b465b943;hp=89998949b1952aa7adfaeeccc63dd573a174f8e3;hpb=b1ba8881d40708e05b49ae5e42661a53c149c26c;p=bertos.git diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index 89998949..2f755c38 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -91,4 +91,5 @@ def getInfos(definition): include(definition[0], D) D["CPU_NAME"] = definition[0].split(".")[0] D["DEFINITION_PATH"] = definition[1] + "/" + definition[0] - return D \ No newline at end of file + del D["include"] + return D