Skip to content

Commit

Permalink
docs: rpi_pico: fix typo in SPI PIO sample
Browse files Browse the repository at this point in the history
Fixes minor typo in the SPI via PIO sample documentation.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
  • Loading branch information
hasheddan authored and carlescufi committed Nov 7, 2023
1 parent 9e58ad3 commit 133f20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/rpi_pico/doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Zephyr does not (currently) assemble PIO programs. Rather, they should be
manually assembled and embedded in source code. An example of how this is done
can be found at `drivers/serial/uart_rpi_pico_pio.c`.

Sample: SPI vio PIO
Sample: SPI via PIO
====================

The :zephyr_file:`samples/sensor/bme280/README.rst` sample includes a
Expand Down

0 comments on commit 133f20a

Please sign in to comment.