Sign in
pigweed
/
third_party
/
github
/
OpenPRoT
/
openprot
/
544e8e2b0bbd9d3f7b3d148994c3af74b0f6057f
/
.
/
drivers
/
usart
/
api
/
src
/
lib.rs
blob: 51fd720a599b88bda972ae4ae2ee98d77eefd8fe [
file
]
// Licensed under the Apache-2.0 license
// SPDX-License-Identifier: Apache-2.0
#![
no_std
]
pub
mod
backend
;
pub
mod
protocol
;
pub
use
protocol
::*;