From 4d2101edd8200a6db20b69827b85554d3a45351c Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 17 Apr 2013 13:51:34 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5593 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/PPC/SPC563Mxx/vectors.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/os/ports/GCC/PPC/SPC563Mxx/vectors.s b/os/ports/GCC/PPC/SPC563Mxx/vectors.s index 3b3053fdb..dc4cbdfef 100644 --- a/os/ports/GCC/PPC/SPC563Mxx/vectors.s +++ b/os/ports/GCC/PPC/SPC563Mxx/vectors.s @@ -26,6 +26,8 @@ * @{ */ +#if !defined(__DOXYGEN__) + /* Software vectors table. The vectors are accessed from the IVOR4 handler only. In order to declare an interrupt handler just create a function withe the same name of a vector, the symbol will -- cgit v1.2.3