diff options
Diffstat (limited to 'embassy-rp/src/uart/buffered.rs')
| -rw-r--r-- | embassy-rp/src/uart/buffered.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-rp/src/uart/buffered.rs b/embassy-rp/src/uart/buffered.rs index 44b6ee469..02649ad81 100644 --- a/embassy-rp/src/uart/buffered.rs +++ b/embassy-rp/src/uart/buffered.rs | |||
| @@ -43,14 +43,12 @@ pub struct BufferedUart { | |||
| 43 | pub struct BufferedUartRx { | 43 | pub struct BufferedUartRx { |
| 44 | pub(super) info: &'static Info, | 44 | pub(super) info: &'static Info, |
| 45 | pub(super) state: &'static State, | 45 | pub(super) state: &'static State, |
| 46 | // pub(crate) phantom: PhantomData<&'d mut T>, | ||
| 47 | } | 46 | } |
| 48 | 47 | ||
| 49 | /// Buffered UART TX handle. | 48 | /// Buffered UART TX handle. |
| 50 | pub struct BufferedUartTx { | 49 | pub struct BufferedUartTx { |
| 51 | pub(super) info: &'static Info, | 50 | pub(super) info: &'static Info, |
| 52 | pub(super) state: &'static State, | 51 | pub(super) state: &'static State, |
| 53 | // pub(crate) phantom: PhantomData<&'d mut T>, | ||
| 54 | } | 52 | } |
| 55 | 53 | ||
| 56 | pub(super) fn init_buffers<'d>( | 54 | pub(super) fn init_buffers<'d>( |
