aboutsummaryrefslogtreecommitdiffstats
path: root/source/timers.rst
diff options
context:
space:
mode:
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.