aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-08 07:19:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-08 07:19:55 +0000
commitaef5278c9081ccbf0b5964bf1ff1951c75a09823 (patch)
tree3ec515992f7ac0826158df96df6b9a925aa8e3b4 /docs
parent2756b53e697865705066128e8b6ee86034bec5cf (diff)
downloadChibiOS-aef5278c9081ccbf0b5964bf1ff1951c75a09823.tar.gz
ChibiOS-aef5278c9081ccbf0b5964bf1ff1951c75a09823.tar.bz2
ChibiOS-aef5278c9081ccbf0b5964bf1ff1951c75a09823.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5824 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'docs')
-rw-r--r--docs/src/concepts.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/concepts.dox b/docs/src/concepts.dox
index 150c62bc5..f46f8b06b 100644
--- a/docs/src/concepts.dox
+++ b/docs/src/concepts.dox
@@ -55,7 +55,7 @@
* preempt (small parts of) the kernel code and are thus able to invoke
* operating system APIs from within their handlers. The interrupt handlers
* belonging to this class must be written following some rules. See the
- * @ref system APIs group and the web article
+ * system APIs group and the web article
* <a href="http://chibios.sourceforge.net/dokuwiki/doku.php?id=chibios:howtos:interrupts">
* How to write interrupt handlers</a>.
* - <b>Fast Interrupts</b>. Maskable interrupt sources with the ability