summaryrefslogtreecommitdiffstats
path: root/bsp-howto/spi.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-31 07:38:37 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-31 07:38:51 +0100
commit362ae6861e654772dd66266abe7204c6764a4afc (patch)
tree3755dfcc7768e41fb9bd7868cc9adb19cfe50f4d /bsp-howto/spi.rst
parentuser: Use capital letters for acronyms (diff)
downloadrtems-docs-362ae6861e654772dd66266abe7204c6764a4afc.tar.bz2
bsp-howto: Fix URLs
Diffstat (limited to 'bsp-howto/spi.rst')
-rw-r--r--bsp-howto/spi.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/spi.rst b/bsp-howto/spi.rst
index 2b86f92..377b4b1 100644
--- a/bsp-howto/spi.rst
+++ b/bsp-howto/spi.rst
@@ -7,7 +7,7 @@ SPI Driver
The Serial Peripheral Interface (SPI) bus drivers should use the
`SPI bus framework
-<https://git.rtems.org/rtems/tree/cpukit/dev/include/dev/spi/spi.h>`_.
+<https://git.rtems.org/rtems/tree/cpukit/include/dev/spi/spi.h>`_.
For
example drivers see the
`Atmel SAM SPI driver <https://git.rtems.org/rtems/tree/bsps/arm/atsam/spi/atsam_spi_bus.c>`_