fix: rename feature
This commit is contained in:
@@ -10,7 +10,7 @@ use crate::{
|
|||||||
SoftSerialWriter,
|
SoftSerialWriter,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "ring-buffer")]
|
#[cfg(feature = "ring-buf")]
|
||||||
impl<const N: usize, P> SoftSerialWriter<P, &mut RingBuffer<N>> for HalfDuplexSerial<P>
|
impl<const N: usize, P> SoftSerialWriter<P, &mut RingBuffer<N>> for HalfDuplexSerial<P>
|
||||||
where
|
where
|
||||||
P: PinOps + StaticPinOps,
|
P: PinOps + StaticPinOps,
|
||||||
@@ -26,7 +26,7 @@ where
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(feature = "ring-buffer")]
|
#[cfg(feature = "ring-buf")]
|
||||||
impl<const N: usize, P> SoftSerialReader<P, &mut RingBuffer<N>> for HalfDuplexSerial<P>
|
impl<const N: usize, P> SoftSerialReader<P, &mut RingBuffer<N>> for HalfDuplexSerial<P>
|
||||||
where
|
where
|
||||||
P: PinOps + StaticPinOps,
|
P: PinOps + StaticPinOps,
|
||||||
|
|||||||
Reference in New Issue
Block a user