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 dbdd630 commit a24a588Copy full SHA for a24a588
ci/svd2rust-regress/src/tests.rs
@@ -48,7 +48,7 @@ impl TestCase {
48
pub fn svd_url(&self) -> String {
49
match self.svd_url {
50
Some(u) => u.to_owned(),
51
- None => format!("https://raw.githubusercontent.com/posborne/cmsis-svd/python-0.4/data/{vendor:?}/{chip}.svd",
+ None => format!("https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/{vendor:?}/{chip}.svd",
52
vendor = self.mfgr,
53
chip = self.chip
54
)
0 commit comments