usbd_uac2: fix clippies, add builder, support IN data

This commit is contained in:
2026-05-16 16:07:05 -07:00
parent 24e0083090
commit fb050c4a40
3 changed files with 94 additions and 65 deletions
+1
View File
@@ -1,4 +1,5 @@
// src/log.rs (or log/mod.rs)
#[allow(unused_imports)]
#[cfg(feature = "defmt")]
pub use defmt::{debug, error, info, trace, warn};