Fix defined labels for Cortex-M4F

pull/120/head
Bogdan Marinescu 2013-12-06 16:19:56 +02:00
parent fa451a0f0a
commit 1dbb6d9c90
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ CORE_LABELS = {
"Cortex-M0+": "M0P",
"Cortex-M3" : "M3",
"Cortex-M4" : "M4",
"Cortex-M4F" : "M4F"
"Cortex-M4F" : "M4"
}
import os