aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARM7/crt0.s
diff options
context:
space:
mode:
Diffstat (limited to 'os/ports/GCC/ARM7/crt0.s')
-rw-r--r--os/ports/GCC/ARM7/crt0.s6
1 files changed, 4 insertions, 2 deletions
diff --git a/os/ports/GCC/ARM7/crt0.s b/os/ports/GCC/ARM7/crt0.s
index fa0812632..fceef23cc 100644
--- a/os/ports/GCC/ARM7/crt0.s
+++ b/os/ports/GCC/ARM7/crt0.s
@@ -23,7 +23,8 @@
* @addtogroup ARM7_CORE
* @{
*/
-/** @cond never */
+
+#if !defined(__DOXYGEN__)
.set MODE_USR, 0x10
.set MODE_FIQ, 0x11
@@ -177,5 +178,6 @@ hwinit1:
bx lr
.code 32
-/** @endcond */
+#endif
+
/** @} */