aboutsummaryrefslogtreecommitdiffstats
path: root/source/timers.rst
diff options
context:
space:
mode:
authorMarti Bolivar <mbolivar@leaflabs.com>2011-09-08 00:54:44 -0400
committerMarti Bolivar <mbolivar@leaflabs.com>2011-09-08 01:51:19 -0400
commit0c1619918435d0934faf7b155c56fdfa53fe9605 (patch)
tree56a18872e592ee288c0a410ae67cda5899a661ae /source/timers.rst
parent8b56515e76646ec1f8e87c59cdab5f2af9abe1a7 (diff)
downloadlibrambutan-0c1619918435d0934faf7b155c56fdfa53fe9605.tar.gz
librambutan-0c1619918435d0934faf7b155c56fdfa53fe9605.zip
Add better refs to some systick.h functions.
Diffstat (limited to 'source/timers.rst')
-rw-r--r--source/timers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/timers.rst b/source/timers.rst
index b6c0886..ce33f7f 100644
--- a/source/timers.rst
+++ b/source/timers.rst
@@ -118,7 +118,7 @@ periodic or delayed events. Its separate timer does not conflict with
any other peripherals, but the associated 1 kHz interrupt can jitter
the general purpose timer interrupts. The SysTick peripheral can be
disabled by calling :ref:`systick_disable()
-<libmaple-systick_disable>`, and re-enabled using
-:ref:`systick_resume() <libmaple-systick_resume>`. However, be aware
+<libmaple-systick-disable>`, and re-enabled using
+:ref:`systick_enable() <libmaple-systick-enable>`. However, be aware
that calling ``systick_disable()`` will stop the values coming from
:ref:`lang-micros` and :ref:`lang-millis` from increasing.