Skip to content

Commit a24a588

Browse files
committed
Use the correct base URL for file download
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
1 parent dbdd630 commit a24a588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/svd2rust-regress/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ impl TestCase {
4848
pub fn svd_url(&self) -> String {
4949
match self.svd_url {
5050
Some(u) => u.to_owned(),
51-
None => format!("https://raw.githubusercontent.com/posborne/cmsis-svd/python-0.4/data/{vendor:?}/{chip}.svd",
51+
None => format!("https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/{vendor:?}/{chip}.svd",
5252
vendor = self.mfgr,
5353
chip = self.chip
5454
)

0 commit comments

Comments
 (0)