mirror of https://github.com/ARMmbed/mbed-os.git
Fix defined labels for Cortex-M4F
parent
fa451a0f0a
commit
1dbb6d9c90
|
|
@ -21,7 +21,7 @@ CORE_LABELS = {
|
|||
"Cortex-M0+": "M0P",
|
||||
"Cortex-M3" : "M3",
|
||||
"Cortex-M4" : "M4",
|
||||
"Cortex-M4F" : "M4F"
|
||||
"Cortex-M4F" : "M4"
|
||||
}
|
||||
|
||||
import os
|
||||
|
|
|
|||
Loading…
Reference in New Issue