mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Better explanation
This commit is contained in:
parent
f0c7504229
commit
03bf72f690
@ -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> )
|
pub async fn create_future_from_class<'d, D>(&'d self, class: CdcAcmClass<'d, D> )
|
||||||
where
|
where
|
||||||
D: Driver<'d>,
|
D: Driver<'d>,
|
||||||
|
Loading…
Reference in New Issue
Block a user