summaryrefslogtreecommitdiffstats
path: root/bsp-howto/i2c.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/i2c.rst
parentuser: Use capital letters for acronyms (diff)
downloadrtems-docs-362ae6861e654772dd66266abe7204c6764a4afc.tar.bz2
bsp-howto: Fix URLs
Diffstat (limited to 'bsp-howto/i2c.rst')
-rw-r--r--bsp-howto/i2c.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp-howto/i2c.rst b/bsp-howto/i2c.rst
index d32d1cd..d585475 100644
--- a/bsp-howto/i2c.rst
+++ b/bsp-howto/i2c.rst
@@ -6,7 +6,7 @@ I2C Driver
**********
The Inter-Integrated Circuit (I2C, I²C, IIC) bus drivers should use the
-`I2C bus framework <https://git.rtems.org/rtems/tree/cpukit/dev/include/dev/i2c/i2c.h>`_.
+`I2C bus framework <https://git.rtems.org/rtems/tree/cpukit/include/dev/i2c/i2c.h>`_.
For example drivers see the
`Cadence I2C driver <https://git.rtems.org/rtems/tree/bsps/arm/xilinx-zynq/i2c/cadence-i2c.c>`_,
the