diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-02 21:07:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-02 21:07:27 +0000 |
commit | 528e9fea357b8b24069d99657230ba28968f5d0c (patch) | |
tree | fc423eb4662f925f37d705323d5e67cc0c342cd0 /docs/src/interrupts.dox | |
parent | ec4178dd0ff7587b79a8c525aa88d467642ce629 (diff) | |
download | ChibiOS-528e9fea357b8b24069d99657230ba28968f5d0c.tar.gz ChibiOS-528e9fea357b8b24069d99657230ba28968f5d0c.tar.bz2 ChibiOS-528e9fea357b8b24069d99657230ba28968f5d0c.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@713 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs/src/interrupts.dox')
-rw-r--r-- | docs/src/interrupts.dox | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/interrupts.dox b/docs/src/interrupts.dox index fe74d90e9..1b3932078 100644 --- a/docs/src/interrupts.dox +++ b/docs/src/interrupts.dox @@ -39,8 +39,8 @@ CH_IRQ_HANDLER(myIRQ) { CH_IRQ_EPILOGUE();
}
* @endcode
- * Note that only interrupt handlers that have to invoke system I-Class APIs
- * must be written in this form, handlers unrelated to the OS activity can
+ * Note that only interrupt handlers that have to invoke system @ref I-Class
+ * APIs must be written in this form, handlers unrelated to the OS activity can
* omit the macros.
* Another note about the handler name "myIRQ", in some ports it must be a
* vector number rather than a function name, it could also be a name from
|