Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
0a5ff68e34a9904b74fdc35c12377973bca3accf
/
.
/
drivers
/
usart
/
api
/
src
/
lib.rs
blob: df40fe1c597e0780a703f71bbef5490b80f420cf [
file
]
// Licensed under the Apache-2.0 license
#![
no_std
]
pub
mod
backend
;
pub
mod
protocol
;
pub
use
protocol
::*;