mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 00:02:28 +00:00
fix
This commit is contained in:
parent
ccd635f0dc
commit
82a438a037
@ -189,7 +189,8 @@ macro_rules! bind_interrupts {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$(
|
$(
|
||||||
$(#[cfg(all($cond_irq, $cond_handler))])?
|
$(#[cfg($cond_irq)])?
|
||||||
|
$(#[cfg($cond_handler)])?
|
||||||
unsafe impl $crate::interrupt::typelevel::Binding<$crate::interrupt::typelevel::$irq, $handler> for $name {}
|
unsafe impl $crate::interrupt::typelevel::Binding<$crate::interrupt::typelevel::$irq, $handler> for $name {}
|
||||||
)*
|
)*
|
||||||
)*
|
)*
|
||||||
|
Loading…
Reference in New Issue
Block a user