Skip to content

Commit 4a43197

Browse files
committed
remove trailing whitespace which is confusing asciidoctor
1 parent 493b300 commit 4a43197

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/hardware_pio/include/hardware

1 file changed

+1
-1
lines changed

src/rp2_common/hardware_pio/include/hardware/pio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ int pio_set_gpio_base(PIO pio, uint gpio_base);
919919
* \param pio The PIO instance; e.g. \ref pio0 or \ref pio1
920920
* \param program the program definition
921921
* \return true if the program can be loaded;
922-
* false if not, e.g. if there is not suitable space in the instruction memory
922+
* false if not, e.g. if there is not suitable space in the instruction memory
923923
*/
924924
bool pio_can_add_program(PIO pio, const pio_program_t *program);
925925

0 commit comments

Comments
 (0)