We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b0cad commit 9d86f81Copy full SHA for 9d86f81
ci/script.sh
@@ -495,7 +495,7 @@ main() {
495
echo 'version = "0.1.0"' >> $td/Cargo.toml
496
497
# Test MSP430
498
- test_svd_for_target msp430 https://github.com/pftbest/msp430g2553/raw/v0.1.0/msp430g2553.svd
+ test_svd_for_target msp430 https://raw.githubusercontent.com/pftbest/msp430g2553/v0.1.3-svd/msp430g2553.svd
499
;;
500
501
# Community-provided RISC-V SVDs
0 commit comments