Merge pull request from borisfaure/stm32-usb-typo-in-doc

stm32: fix typo in doc
This commit is contained in:
Dario Nieuwenhuis 2024-04-11 22:58:42 +02:00 committed by GitHub
commit b74a4394db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -317,7 +317,7 @@ impl<'d, T: Instance> Driver<'d, T> {
/// ///
/// # Arguments /// # Arguments
/// ///
/// * `ep_out_buffer` - An internal buffer used to temporarily store recevied packets. /// * `ep_out_buffer` - An internal buffer used to temporarily store received packets.
/// Must be large enough to fit all OUT endpoint max packet sizes. /// Must be large enough to fit all OUT endpoint max packet sizes.
/// Endpoint allocation will fail if it is too small. /// Endpoint allocation will fail if it is too small.
pub fn new_fs( pub fn new_fs(
@ -348,7 +348,7 @@ impl<'d, T: Instance> Driver<'d, T> {
/// ///
/// # Arguments /// # Arguments
/// ///
/// * `ep_out_buffer` - An internal buffer used to temporarily store recevied packets. /// * `ep_out_buffer` - An internal buffer used to temporarily store received packets.
/// Must be large enough to fit all OUT endpoint max packet sizes. /// Must be large enough to fit all OUT endpoint max packet sizes.
/// Endpoint allocation will fail if it is too small. /// Endpoint allocation will fail if it is too small.
pub fn new_hs_ulpi( pub fn new_hs_ulpi(