Skip to content

Commit 1684524

Browse files
Cor PetersCor Peters
authored andcommitted
Added Comperator h7_b to stm32h7[23]
1 parent 8d6769e commit 1684524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stm32-data-gen/src/perimap.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ pub static PERIMAP: RegexMap<(&str, &str, &str)> = RegexMap::new(&[
571571
("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")),
572572
("STM32U0.*:.*:COMP:.*", ("comp", "u0", "COMP")),
573573
("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),
574-
("STM32H7[45].*:COMP:.*", ("comp", "h7_b", "COMP")),
574+
("STM32H7[4523].*:COMP:.*", ("comp", "h7_b", "COMP")),
575575
("STM32H7[AB].*:COMP:.*", ("comp", "h7_a", "COMP")),
576576
("STM32H5.*:COMP:.*", ("comp", "h5", "COMP")),
577577
("STM32U5[34].*:COMP1:.*", ("comp", "u5", "COMP")),

0 commit comments

Comments
 (0)