Correct the dsp flag from no_dsp to nodsp

pull/9619/head
deepikabhavnani 2019-02-05 09:35:46 -06:00
parent 95906f1062
commit 07ccd82719
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class GCC(mbedToolchain):
"Cortex-M4F": "cortex-m4",
"Cortex-M7F": "cortex-m7",
"Cortex-M7FD": "cortex-m7",
"Cortex-M33F": "cortex-m33+no_dsp",
"Cortex-M33F": "cortex-m33+nodsp",
"Cortex-M33FE": "cortex-m33"}.get(core, core)
if core == "Cortex-M33":