aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/libmaple/overview.rst
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2015-05-27 23:15:55 -0700
committerbnewbold <bnewbold@robocracy.org>2015-05-27 23:15:55 -0700
commit124c8964eb81705d0924295e63866370e9c16ede (patch)
tree16ac60db3e07d2a90d60730b3c4fc5bd218108a2 /docs/source/libmaple/overview.rst
parent6f45284326411f3f3d68e077449f14a2d1caa693 (diff)
downloadlibrambutan-124c8964eb81705d0924295e63866370e9c16ede.tar.gz
librambutan-124c8964eb81705d0924295e63866370e9c16ede.zip
docs: many small broken ref fixes, syntax bugfixes
Diffstat (limited to 'docs/source/libmaple/overview.rst')
-rw-r--r--docs/source/libmaple/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/libmaple/overview.rst b/docs/source/libmaple/overview.rst
index 006f1d8..4f0db1b 100644
--- a/docs/source/libmaple/overview.rst
+++ b/docs/source/libmaple/overview.rst
@@ -467,7 +467,7 @@ do a read-modify-write sequence on the DMA_CCR_PL bits like so::
Of course, before doing that, you should check to make sure there's
not already a device-level function for performing the same task! (In
-this case, there is. It's called :c:func:`dma_set_priority()`; see
+this case, there is. It's called ``dma_set_priority()``; see
:ref:`libmaple-dma`.) For instance, **none of the above code is
portable** to STM32F4, which uses DMA streams instead of channels for
this purpose.