arch/avr/include/avr/avr.h: Fix nxstyle errors

error: Long line found
This commit is contained in:
simbit18 2023-04-27 17:46:06 +02:00 committed by Petro Karashchenko
parent 7184d1f5f9
commit 20faf08930

View File

@ -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 <nuttx/config.h>
/************************************************************************************
/****************************************************************************
* Pre-processor Definitions
************************************************************************************/
****************************************************************************/
/************************************************************************************
/****************************************************************************
* Public Types
************************************************************************************/
****************************************************************************/
/************************************************************************************
/****************************************************************************
* Public Data
************************************************************************************/
****************************************************************************/
/************************************************************************************
/****************************************************************************
* Public Functions Prototypes
************************************************************************************/
****************************************************************************/
#endif /* __ARCH_AVR_INCLUDE_AVR_AVR_H */