Merge pull request #336 from eZioPan/tim6-dac-irq
add irq name exception for "TIM6_DAC"
This commit is contained in:
commit
f9f48b067b
@ -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