diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-10 16:56:24 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-05-16 13:23:39 -0400 |
commit | 6ff7fbaf9e7bf5d544d011704ebe69c3238c395f (patch) | |
tree | 2d12e8547af44f2725a9c97060c491364e1449de | |
parent | ce8ac32dd07523be46d977105729e3717b7fbdec (diff) | |
download | librambutan-6ff7fbaf9e7bf5d544d011704ebe69c3238c395f.tar.gz librambutan-6ff7fbaf9e7bf5d544d011704ebe69c3238c395f.zip |
Update <libmaple/delay.h> API page.
No API changes.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
-rw-r--r-- | source/libmaple/api/delay.rst | 11 |
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 |