Skip to content

Commit 1dbb6d9

Browse files
author
Bogdan Marinescu
committed
Fix defined labels for Cortex-M4F
1 parent fa451a0 commit 1dbb6d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/targets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Cortex-M0+": "M0P",
2222
"Cortex-M3" : "M3",
2323
"Cortex-M4" : "M4",
24-
"Cortex-M4F" : "M4F"
24+
"Cortex-M4F" : "M4"
2525
}
2626

2727
import os

0 commit comments

Comments
 (0)