This commit is contained in:
Kevin Mehall 2025-05-26 12:22:20 -06:00
parent 4edb4a47ca
commit 3d2eb04f55

View file

@ -28,7 +28,7 @@ pub enum TransferError {
///
/// This is used by the device to signal that an error occurred. For bulk
/// and interrupt endpoints, the stall condition can be cleared with
/// [`Interface::clear_halt`][crate::Endpoint::clear_halt]. For control
/// [`Endpoint::clear_halt`][crate::Endpoint::clear_halt]. For control
/// requests, the stall is automatically cleared when another request is
/// submitted.
Stall,