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