Skip to content

Commit f1f5176

Browse files
committed
[ci] update comment
1 parent 061e557 commit f1f5176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ main() {
7070

7171
case $TARGET in
7272
thumbv6m-none-eabi|thumbv7m-none-eabi)
73-
# linking with GNU LD (not working now; needs Ctrl+a x to exit)
73+
# linking with GNU LD
7474
env RUSTFLAGS="-C linker=arm-none-eabi-ld -C link-arg=-Tlink.x" cargo run --target $TARGET --example qemu | grep "x = 42"
7575
env RUSTFLAGS="-C linker=arm-none-eabi-ld -C link-arg=-Tlink.x" cargo run --target $TARGET --example qemu --release | grep "x = 42"
7676

0 commit comments

Comments
 (0)