Skip to content

Commit

Permalink
minor doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel5151 committed Mar 25, 2023
1 parent bf4ad90 commit d69da3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/stub/state_machine.rs
Expand Up @@ -272,10 +272,6 @@ impl<'a, T: Target, C: Connection> GdbStubStateMachineInner<'a, state::Running,
}

/// Pass a byte to the GDB stub.
///
/// NOTE: unlike the `incoming_data` method in the `state::Idle` state,
/// this method does not perform any state transitions, and will
/// return a `GdbStubStateMachineInner` in the `state::Running` state.
pub fn incoming_data(
mut self,
target: &mut T,
Expand Down

0 comments on commit d69da3a

Please sign in to comment.