nrf/gpiote: update output channel to new API
This commit is contained in:
@ -117,7 +117,7 @@ pub enum OutputDrive {
|
||||
|
||||
/// GPIO output driver.
|
||||
pub struct Output<'d, T: Pin> {
|
||||
pin: T,
|
||||
pub(crate) pin: T,
|
||||
phantom: PhantomData<&'d mut T>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user