ssp/
sync.rs

1//! Synchronise the device with the host.
2
3mod command;
4mod response;
5
6pub use command::*;
7pub use response::*;