usb: work on SCSI
This commit is contained in:
5
embassy-usb/src/class/msc/subclass/scsi/commands/mod.rs
Normal file
5
embassy-usb/src/class/msc/subclass/scsi/commands/mod.rs
Normal file
@ -0,0 +1,5 @@
|
||||
// `bytes` in `#[bitfield(bytes = 6)]` causes a warning
|
||||
#![allow(redundant_semicolons)]
|
||||
|
||||
pub mod control;
|
||||
pub mod inquiry;
|
Reference in New Issue
Block a user