Skip to content

Commit d61c380

Browse files
committed
Use latest esp32 svd
1 parent d101fac commit d61c380

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
@@ -702,7 +702,7 @@ main() {
702702
echo 'version = "0.5.0"' >> $td/Cargo.toml
703703
echo 'features = ["lx6"]' >> $td/Cargo.toml
704704

705-
test_svd_for_target xtensa-lx https://raw.githubusercontent.com/arjanmels/esp32/add-output-svd/svd/esp32.svd
705+
test_svd_for_target xtensa-lx https://raw.githubusercontent.com/esp-rs/esp32/master/svd/esp32.svd
706706
;;
707707

708708
esac

0 commit comments

Comments
 (0)