aboutsummaryrefslogtreecommitdiffstats
path: root/source/libmaple
diff options
context:
space:
mode:
Diffstat (limited to 'source/libmaple')
-rw-r--r--source/libmaple/api/delay.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/source/libmaple/api/delay.rst b/source/libmaple/api/delay.rst
index 5d0397d..d11496b 100644
--- a/source/libmaple/api/delay.rst
+++ b/source/libmaple/api/delay.rst
@@ -1,12 +1,11 @@
.. highlight:: c
.. _libmaple-delay:
-``delay.h``
-===========
+``<libmaple/delay.h>``
+======================
-Simple busy-loop delaying.
-
-Functions
----------
+Provides a simple busy-loop delay function. Note that this function
+does not account for time spent in interrupts, so actual delay times
+may vary depending on your application.
.. doxygenfunction:: delay_us