Skip to content

Commit 0aa3310

Browse files
committed
fix F723 url
1 parent a25d22c commit 0aa3310

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ main() {
586586
test_patched_stm32 stm32f103
587587
test_patched_stm32 stm32f411
588588
test_patched_stm32 stm32f469
589-
test_patched_stm32 stm32f7x3
589+
test_patched_stm32 stm32f723
590590
test_patched_stm32 stm32g070
591591
test_patched_stm32 stm32g473
592592
test_patched_stm32 stm32h743

ci/svd2rust-regress/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1863,8 +1863,8 @@
18631863
svd_url: https://stm32-rs.github.io/stm32-rs/stm32f469.svd.patched
18641864
- arch: cortex-m
18651865
mfgr: STMicro
1866-
chip: STM32F7x3
1867-
svd_url: https://stm32-rs.github.io/stm32-rs/stm32f7x3.svd.patched
1866+
chip: STM32F723
1867+
svd_url: https://stm32-rs.github.io/stm32-rs/stm32f723.svd.patched
18681868
- arch: cortex-m
18691869
mfgr: STMicro
18701870
chip: STM32G070

0 commit comments

Comments
 (0)