diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/concepts.dox | 2 |
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
|