Correct the dsp flag from no_dsp to nodsp

pull/9646/head
deepikabhavnani 2019-02-05 09:35:46 -06:00 committed by adbridge
parent d046c914b5
commit fdb1a4f311
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,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":