CMake: Fix WIO_3G scatter file shebang to work with ARM Compiler 6

pull/13566/head
Hugues Kamba 2020-08-06 16:40:46 +01:00
parent 5f53181f33
commit f1a3d690c7
1 changed files with 1 additions and 1 deletions

View File

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