Merge branch 'main' of https://github.com/embassy-rs/stm32-data into h7-lsedrv-errata

This commit is contained in:
xoviat 2023-10-05 19:30:38 -05:00
commit 2271da1671

View File

@ -1016,6 +1016,9 @@ fn process_core(
}));
}
// sort pins to avoid diff for c pins
p.pins.sort();
if let Some(peri_irqs) = chip_irqs.get(&pname) {
use stm32_data_serde::chip::core::peripheral::Interrupt;