aboutsummaryrefslogtreecommitdiff
path: root/embassy-rp/src/uart
diff options
context:
space:
mode:
authorMarc <[email protected]>2025-05-02 13:32:09 +0200
committerMarc <[email protected]>2025-05-02 13:32:09 +0200
commit407540c8fe5061dfd245d605775fea36c2dd00ce (patch)
treea0b120cd4c6ff923d29afec7bbfd72b4b319f8a8 /embassy-rp/src/uart
parent1efe59ec475aa38948d1fc95feb34860f08c8dcd (diff)
Remove some forgotten commented out code
Diffstat (limited to 'embassy-rp/src/uart')
-rw-r--r--embassy-rp/src/uart/buffered.rs2
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 {
43pub struct BufferedUartRx { 43pub 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.
50pub struct BufferedUartTx { 49pub 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
56pub(super) fn init_buffers<'d>( 54pub(super) fn init_buffers<'d>(