Skip to content

Commit

Permalink
Update cmsis_mcu_descr.py - fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnK1987 authored Nov 24, 2024
1 parent 44c7dc1 commit f3274d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/python/mbed_tools/cli/cmsis_mcu_descr.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ def fetch_missing():
f"to be added manually?")
missing_mcus_dict[mcu] = cmsis_cache.index[mcu]

LOGGER.info(f"In case of Custom target remove 'device_name' from your custom_targets.json5 file and add\n" +
LOGGER.info("In case of Custom target remove 'device_name' from your custom_targets.json5 file and add\n" +
"just the 'memories' section as 'memory_banks' section from content below.\n" +
"Otherwise add the whole following entries to {CMSIS_MCU_DESCRIPTIONS_JSON_PATH}:")
f"Otherwise add the whole following entries to {CMSIS_MCU_DESCRIPTIONS_JSON_PATH}:")
print(json.dumps(missing_mcus_dict, indent=4, sort_keys=True))
sys.exit(1)

0 comments on commit f3274d2

Please sign in to comment.