diff --git a/rp2040-hal/src/pio.rs b/rp2040-hal/src/pio.rs index bc52b79..839a411 100644 --- a/rp2040-hal/src/pio.rs +++ b/rp2040-hal/src/pio.rs @@ -526,7 +526,7 @@ impl StateMachine { } /// 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.