Skip to content

Commit 8d7c15e

Browse files
committed
Use device variant in uvision export
1 parent 9de37ec commit 8d7c15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/export/cmsis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def __init__(self, target):
4242
target_info['from_pack']['pack'],
4343
target_info['from_pack']['version']
4444
)
45-
self.dname = target_info["_cpu_name"]
45+
self.dname = target_info["name"]
4646
self.core = target_info["_core"]
4747
try:
4848
self.dfpu = target_info['processor']['Symmetric']['fpu']

0 commit comments

Comments
 (0)