Skip to content

Commit 21010d4

Browse files
committed
Revert "Updated esp32 svd repo to esp-rs"
This reverts commit e094271.
1 parent e094271 commit 21010d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/svd2rust-regress/src/tests.rs

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

0 commit comments

Comments
 (0)