Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
27544f9ddee38c8d98f894024f5aeb0695543eac
/
.
/
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
::*;