STM32: fix H7 target definition in sct files

pull/13962/head
Martin Kojtal 2020-11-25 14:12:26 +00:00
parent fc16d2bae7
commit b5b0cfb2c6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m7
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
; Scatter-Loading Description File
;
; SPDX-License-Identifier: BSD-3-Clause

View File

@ -1,4 +1,4 @@
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m7
#! armclang -E --target=arm-arm-none-eabi -x c -mcpu=cortex-m4
; Scatter-Loading Description File
;
; SPDX-License-Identifier: BSD-3-Clause