From bb8531445ea0eed74cc77b9bd37c877207279514 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Thu, 25 Nov 2021 16:44:57 +0000 Subject: [PATCH] Fix fmt Thats what happens when editing files directly on github... --- rp2040-hal/src/pio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.