summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/avr/iom32u2.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/avr/avr/iom32u2.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/avr/avr/iom32u2.h b/cpukit/score/cpu/avr/avr/iom32u2.h
index ed960b31d1..10e835e6ed 100644
--- a/cpukit/score/cpu/avr/avr/iom32u2.h
+++ b/cpukit/score/cpu/avr/avr/iom32u2.h
@@ -50,8 +50,8 @@
/**
* @name Registers and Associated Bit Numbers
*
- * @{
*/
+/**@{**/
#define PINB _SFR_IO8(0x03)
#define PINB0 0
#define PINB1 1
@@ -858,8 +858,8 @@
/**
* @name Interrupt Vectors
*
- * @{
*/
+/**@{**/
/* Vector 0 is the reset vector */
#define INT0_vect_num 1
#define INT0_vect _VECTOR(1) /* External Interrupt Request 0 */
@@ -944,8 +944,8 @@
/**
* @name Fuses
*
- * @{
*/
+/**@{**/
#define FUSE_MEMORY_SIZE 3
/* Low Fuse Byte */
@@ -987,8 +987,8 @@
/**
* @name Lock Bits
*
- * @{
*/
+/**@{**/
#define __LOCK_BITS_EXIST
#define __BOOT_LOCK_BITS_0_EXIST
#define __BOOT_LOCK_BITS_1_EXIST
@@ -997,8 +997,8 @@
/**
* @name Signature
*
- * @{
*/
+/**@{**/
#define SIGNATURE_0 0x1E
#define SIGNATURE_1 0x95
#define SIGNATURE_2 0x8A