Skip to content

Commit

Permalink
make usart::State private
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplodingWaffle authored Dec 6, 2023
1 parent 7703f47 commit 3063038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-stm32/src/usart/buffered.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl<T: BasicInstance> interrupt::typelevel::Handler<T::Interrupt> for Interrupt
}
}

pub struct State {
struct State {
rx_waker: AtomicWaker,
rx_buf: RingBuffer,

Expand Down

0 comments on commit 3063038

Please sign in to comment.