From 3a5fcafcd6eadafa5ffadb30f4c2de6ecdf05023 Mon Sep 17 00:00:00 2001 From: Marti Bolivar Date: Fri, 10 Jun 2011 10:25:17 -0400 Subject: Docs: move ASSERT() to its own page. ASSERT() was previously documented in language.rst. Move it to a new lang/api/assert.rst. --- source/timers.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'source/timers.rst') diff --git a/source/timers.rst b/source/timers.rst index e23579d..b6c0886 100644 --- a/source/timers.rst +++ b/source/timers.rst @@ -66,11 +66,10 @@ Working with timers and interrupts can be tricky; they are a somewhat "advanced" topic. The following subsections explain some common problems associated with using timers and timer interrupts. -In general: start simple, test with :ref:`ASSERT() `, -and don't try to do too much in your interrupt handlers! Make sure -that what you're trying to do in a handler isn't going to block other -interrupts from firing, if those other interrupts are important for -your program. +In general: start simple, test with :ref:`lang-assert`, and don't try +to do too much in your interrupt handlers! Make sure that what you're +trying to do in a handler isn't going to block other interrupts from +firing, if those other interrupts are important for your program. .. _timers-pwm-conflicts: -- cgit v1.2.3