Thats what happens when editing files directly on github...
This commit is contained in:
Jan Niehusmann 2021-11-25 16:44:57 +00:00
parent 15c162757f
commit bb8531445e

View file

@ -526,7 +526,7 @@ impl<SM: ValidStateMachine, State> StateMachine<SM, State> {
}
/// Execute the instruction immediately.
///
///
/// While this is allowed even when the state machine is running, the datasheet says:
/// > If EXEC instructions are used, instructions written to INSTR must not stall.
/// It's unclear what happens if this is violated.