Skip to content

Commit 0a8cba6

Browse files
committed
mbed-os-to-arduino: fix 7aff1a9 for different shells
1 parent 74a91c4 commit 0a8cba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mbed-os-to-arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ generate_flags () {
201201
} > RAM_D3\n"
202202

203203
if [[ $ARDUINOVARIANT == *PORTENTA*M7* ]]; then
204-
OPENAMP_SECTION=$OPENAMP_SECTION "\
204+
OPENAMP_SECTION="${OPENAMP_SECTION} \
205205
_dtcm_lma = __etext + SIZEOF(.data);\n \
206206
.dtcm : AT(_dtcm_lma) {\n \
207207
_sdtcm = .;\n \

0 commit comments

Comments
 (0)