diff --git a/arch/avr/include/avr/avr.h b/arch/avr/include/avr/avr.h index 1571116a526..74d7ec237ef 100644 --- a/arch/avr/include/avr/avr.h +++ b/arch/avr/include/avr/avr.h @@ -1,4 +1,4 @@ -/************************************************************************************ +/**************************************************************************** * arch/avr/include/avr/avr.h * * Licensed to the Apache Software Foundation (ASF) under one or more @@ -16,31 +16,30 @@ * License for the specific language governing permissions and limitations * under the License. * - ************************************************************************************/ + ****************************************************************************/ #ifndef __ARCH_AVR_INCLUDE_AVR_AVR_H #define __ARCH_AVR_INCLUDE_AVR_AVR_H -/************************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************************/ + ****************************************************************************/ #include -/************************************************************************************ +/**************************************************************************** * Pre-processor Definitions - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Types - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Data - ************************************************************************************/ + ****************************************************************************/ -/************************************************************************************ +/**************************************************************************** * Public Functions Prototypes - ************************************************************************************/ - + ****************************************************************************/ #endif /* __ARCH_AVR_INCLUDE_AVR_AVR_H */