Rationale for uarte usage

This commit is contained in:
huntc
2021-12-01 09:29:45 +11:00
parent 469852c667
commit 496ad4ed43
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,7 @@
//! Async buffered UART
//!
//! Please ee [uarte] to understand when [BufferedUarte] should be used.
use core::cmp::min;
use core::marker::PhantomData;
use core::mem;