add irq name exception for "TIM6_DAC"
This commit is contained in:
parent
9ec9e0afb8
commit
1b09238877
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user