X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=wizard%2Fbertos_utils.py;h=1066f034e4c7f9a66aebdc9c709d410877f85697;hb=861b72bbf12340a6d838923e09db145d28538697;hp=e6b301831a3b03157fb1cce9a5ba0242fd05e3f5;hpb=050f38981e843bd0d164ef95dea969e94a51e713;p=bertos.git diff --git a/wizard/bertos_utils.py b/wizard/bertos_utils.py index e6b30183..1066f034 100644 --- a/wizard/bertos_utils.py +++ b/wizard/bertos_utils.py @@ -106,7 +106,7 @@ def csrcGenerator(projectInfo): for tag in projectInfo.info("CPU_INFOS")["CPU_TAGS"]: for filename, path in findDefinitions(module + "_" + tag + ".c", projectInfo): files.append(path + "/" + filename) - csrc = " \\\n\t".join(files) + csrc = " \\\n\t".join(files) + " \\" return csrc def getSystemPath():