add comp v3 to STM32WL (non E)

This commit is contained in:
Lucas Granberg 2024-02-07 15:37:57 +02:00
parent 8c8af96abd
commit 90b8b692b7

View File

@ -538,7 +538,7 @@ impl PeriMatcher {
(".*:CRYP:cryp1_v2_2.*", ("cryp", "v2", "CRYP")), (".*:CRYP:cryp1_v2_2.*", ("cryp", "v2", "CRYP")),
("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")), ("STM32G0.1.*:.*:COMP:.*", ("comp", "v1", "COMP")),
("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")), ("STM32G4.*:.*:COMP:.*", ("comp", "v2", "COMP")),
("STM32WLE.*:.*:COMP:.*", ("comp", "v3", "COMP")), ("STM32WL.*:.*:COMP:.*", ("comp", "v3", "COMP")),
]; ];
Self { Self {