Skip to content

Commit e094271

Browse files
committed
Updated esp32 svd repo to esp-rs
1 parent ff68093 commit e094271

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ci/svd2rust-regress/src/tests.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4232,9 +4232,7 @@ pub const TESTS: &[&TestCase] = &[
42324232
arch: XtensaLX6,
42334233
mfgr: Espressif,
42344234
chip: "esp32",
4235-
svd_url: Some(
4236-
"https://raw.githubusercontent.com/arjanmels/esp32/add-output-svd/svd/esp32.svd",
4237-
),
4235+
svd_url: Some("https://raw.githubusercontent.com/esp-rs/esp32/master/svd/esp32.svd"),
42384236
should_pass: true,
42394237
run_when: Always,
42404238
},

0 commit comments

Comments
 (0)