mirror of https://github.com/ARMmbed/mbed-os.git
STM32: fix H7 target definition in sct files
parent
fc16d2bae7
commit
b5b0cfb2c6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue