mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Fix fmt
Thats what happens when editing files directly on github...
This commit is contained in:
parent
15c162757f
commit
bb8531445e
|
@ -526,7 +526,7 @@ impl<SM: ValidStateMachine, State> StateMachine<SM, State> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Execute the instruction immediately.
|
/// Execute the instruction immediately.
|
||||||
///
|
///
|
||||||
/// While this is allowed even when the state machine is running, the datasheet says:
|
/// 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.
|
/// > If EXEC instructions are used, instructions written to INSTR must not stall.
|
||||||
/// It's unclear what happens if this is violated.
|
/// It's unclear what happens if this is violated.
|
||||||
|
|
Loading…
Reference in a new issue