aboutsummaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/Debugger/debug_internals.h
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2012-08-10 23:13:44 +0800
committerTat-Chee Wan (USM)2012-08-10 23:17:29 +0800
commit2b1ead8a1ec97018d3ed862b610596c1df3322d2 (patch)
treec655e44d97476ecbf8191ad9109c35a5c4dac12e /AT91SAM7S256/armdebug/Debugger/debug_internals.h
parenta609aa155c9babb60c34fa584a3d5c8df782f238 (diff)
parentb04bb1bd7f227b9eaf320609e92cc95ed69aa448 (diff)
Merge branch 'master' of github.com:tcwan/armdebug
fixed spurious errors due to direct reference to usb module on osx
Diffstat (limited to 'AT91SAM7S256/armdebug/Debugger/debug_internals.h')
-rw-r--r--AT91SAM7S256/armdebug/Debugger/debug_internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/Debugger/debug_internals.h b/AT91SAM7S256/armdebug/Debugger/debug_internals.h
index e187b82..bdab463 100644
--- a/AT91SAM7S256/armdebug/Debugger/debug_internals.h
+++ b/AT91SAM7S256/armdebug/Debugger/debug_internals.h
@@ -390,4 +390,6 @@ ENUM_VAL(DISP_ABORT_SPURIOUS) /**< Spurious IRQ. */
ENUM_VAL(DISP_ABORT_ILLEGAL) /**< Illegal Instruction. */
ENUM_END(abort_type_t)
+/*@}*/
+
#endif /* __DEBUG_INTERNALS_H__ */