Remove some forgotten commented out code
This commit is contained in:
parent
1efe59ec47
commit
407540c8fe
@ -43,14 +43,12 @@ pub struct BufferedUart {
|
|||||||
pub struct BufferedUartRx {
|
pub struct BufferedUartRx {
|
||||||
pub(super) info: &'static Info,
|
pub(super) info: &'static Info,
|
||||||
pub(super) state: &'static State,
|
pub(super) state: &'static State,
|
||||||
// pub(crate) phantom: PhantomData<&'d mut T>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Buffered UART TX handle.
|
/// Buffered UART TX handle.
|
||||||
pub struct BufferedUartTx {
|
pub struct BufferedUartTx {
|
||||||
pub(super) info: &'static Info,
|
pub(super) info: &'static Info,
|
||||||
pub(super) state: &'static State,
|
pub(super) state: &'static State,
|
||||||
// pub(crate) phantom: PhantomData<&'d mut T>,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pub(super) fn init_buffers<'d>(
|
pub(super) fn init_buffers<'d>(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user