Skip to content

Commit

Permalink
Better explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
JomerDev committed Jan 7, 2024
1 parent f0c7504 commit 03bf72f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion embassy-usb-logger/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ impl<const N: usize> UsbLogger<N> {
}
}

// Creates the futures needed for the logger from a given class
/// Creates the futures needed for the logger from a given class
/// This can be used in cases where the usb device is already in use for another connection
pub async fn create_future_from_class<'d, D>(&'d self, class: CdcAcmClass<'d, D> )
where
D: Driver<'d>,
Expand Down

0 comments on commit 03bf72f

Please sign in to comment.