summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iomx8.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/avr/avr/iomx8.h')
-rw-r--r--cpukit/score/cpu/avr/avr/iomx8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/avr/iomx8.h b/cpukit/score/cpu/avr/avr/iomx8.h
index 477ea0a747..f145d9d27d 100644
--- a/cpukit/score/cpu/avr/avr/iomx8.h
+++ b/cpukit/score/cpu/avr/avr/iomx8.h
@@ -49,8 +49,8 @@
/**
* @name I/O Registers
*
- * @{
*/
+/**@{**/
/* Port B */
#define PINB _SFR_IO8 (0x03)
@@ -628,8 +628,8 @@
/**
* @name Interrupt Vectors
*
- * @{
*/
+/**@{**/
/* External Interrupt Request 0 */
#define INT0_vect _VECTOR(1)
#define SIG_INTERRUPT0 _VECTOR(1)