diff --git a/ports/psoc6/mtb-libs/mtb_build_info.py b/ports/psoc6/mtb-libs/mtb_build_info.py index 6e3883c0a9f7..c7b2f3d12d2e 100644 --- a/ports/psoc6/mtb-libs/mtb_build_info.py +++ b/ports/psoc6/mtb-libs/mtb_build_info.py @@ -1,7 +1,5 @@ -# This script will parse the build output files to extract build flags from the ModusToolbox -# build command that needs to be used as well in the MicroPython src builds. -# Ideally, this flags would be retievable directly from a Makefile command or variable of -# the ModusToolbox Makefile +# This script is used to parse the ModusToolbox build output files to extract build flags +# that needs to be used as well in the MicroPython sources build. import argparse, json, os