diff options
| author | Marc <[email protected]> | 2025-05-02 13:32:09 +0200 |
|---|---|---|
| committer | Marc <[email protected]> | 2025-05-02 13:32:09 +0200 |
| commit | 407540c8fe5061dfd245d605775fea36c2dd00ce (patch) | |
| tree | a0b120cd4c6ff923d29afec7bbfd72b4b319f8a8 /embassy-rp/src/uart | |
| parent | 1efe59ec475aa38948d1fc95feb34860f08c8dcd (diff) | |
Remove some forgotten commented out code
Diffstat (limited to 'embassy-rp/src/uart')
| -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>( |
