Skip to content

Commit e7e94b5

Browse files
committed
Corrected script.sh
1 parent 21010d4 commit e7e94b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ main() {
703703
echo '[dependencies.xtensa-lx6-rt]' >> $td/Cargo.toml
704704
echo 'git = "https://github.com/esp-rs/xtensa-lx6-rt.git"' >> $td/Cargo.toml
705705

706-
test_svd_for_target esp32 https://raw.githubusercontent.com/arjanmels/esp32/add-output-svd/svd/esp32.svd
706+
test_svd_for_target xtensalx6 https://raw.githubusercontent.com/arjanmels/esp32/add-output-svd/svd/esp32.svd
707707
;;
708708

709709
esac

0 commit comments

Comments
 (0)