make usart::State private
This commit is contained in:
parent
7703f47c1e
commit
3063038f82
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user