Better explanation
This commit is contained in:
parent
f0c7504229
commit
03bf72f690
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue