Skip to content

Commit

Permalink
make format
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Nov 16, 2024
1 parent e9acc43 commit 82a430c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/modm_data/cubemx/device_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ def _properties_from_id(comboDeviceName, device_file, did, core):
access = "rw"
if "flash" in mem_name:
access = "rx"
memories.append(
{"name": mem_name, "access": access, "size": str(mem_size), "start": f"0x{mem_start:02X}"}
)
memories.append({"name": mem_name, "access": access, "size": str(mem_size), "start": f"0x{mem_start:02X}"})

p["memories"] = memories

Expand Down

0 comments on commit 82a430c

Please sign in to comment.