move most interrupt methods to InterruptExt extension trait. Fixes #35
This commit is contained in:
@ -9,6 +9,7 @@ use core::ops::Deref;
|
||||
use core::sync::atomic::{compiler_fence, Ordering};
|
||||
use core::task::{Context, Poll};
|
||||
|
||||
use embassy::interrupt::InterruptExt;
|
||||
use embassy::util::Signal;
|
||||
|
||||
use crate::fmt::{assert, *};
|
||||
|
Reference in New Issue
Block a user