diff options
-rw-r--r-- | os/ports/GCC/PPC/SPC563Mxx/vectors.s | 2 |
1 files changed, 2 insertions, 0 deletions
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
|