Skip to main content

cotton_usb_host_msc/
lib.rs

1#![cfg_attr(not(feature = "std"), no_std)]
2#![allow(clippy::uninlined_format_args)]
3
4mod debug;
5pub mod mass_storage;
6pub use mass_storage::{IdentifyMassStorage, MassStorage};