Commit 133f20ab authored by Daniel Mangum's avatar Daniel Mangum Committed by Carles Cufi
Browse files

docs: rpi_pico: fix typo in SPI PIO sample



Fixes minor typo in the SPI via PIO sample documentation.

Signed-off-by: default avatarDaniel Mangum <georgedanielmangum@gmail.com>
parent 9e58ad31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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