add irq name exception for "TIM6_DAC"

This commit is contained in:
eZio Pan 2024-01-03 18:17:17 +08:00
parent 9ec9e0afb8
commit 1b09238877

View File

@ -151,6 +151,7 @@ impl ChipInterrupts {
("HASH_RNG", &["RNG"]),
("USB_HP_CAN_TX", &["CAN_TX"]),
("USB_LP_CAN_RX0", &["CAN_RX0"]),
("TIM6_DAC", &["TIM6", "DAC"]),
];
let mut header_name = name.clone();
if !exists_irq.contains(&name) {