summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iotnx4.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/avr/avr/iotnx4.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/avr/avr/iotnx4.h b/cpukit/score/cpu/avr/avr/iotnx4.h
index 9d40770ad1..8bb310ba13 100644
--- a/cpukit/score/cpu/avr/avr/iotnx4.h
+++ b/cpukit/score/cpu/avr/avr/iotnx4.h
@@ -49,8 +49,8 @@
/**
* @name I/O Registers
*
- * @{
*/
+/**@{**/
#define PRR _SFR_IO8 (0x00)
#define PRTIM1 3
#define PRTIM0 2
@@ -386,8 +386,8 @@
/**
* @name Interrupt Vectors
*
- * @{
*/
+/**@{**/
/* Interrupt vector 0 is the reset vector. */
/* External Interrupt Request 0 */
#define INT0_vect _VECTOR(1)