Skip to content

Commit

Permalink
fix: improve debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
elagil committed Aug 28, 2024
1 parent 9621e08 commit 90e7292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions embassy-usb/src/class/uac1/speaker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ impl<'d> Control<'d> {
}

if req.request != SET_CUR {
debug!("Unsupported interface set request type {}", req.request);
return Some(OutResponse::Rejected);
}

Expand Down

0 comments on commit 90e7292

Please sign in to comment.