From 20faf08930ba7acfee67e32b779606ca8d536a49 Mon Sep 17 00:00:00 2001 From: simbit18 <101105604+simbit18@users.noreply.github.com> Date: Thu, 27 Apr 2023 17:46:06 +0200 Subject: [PATCH] arch/avr/include/avr/avr.h: Fix nxstyle errors error: Long line found --- arch/avr/include/avr/avr.h | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) 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 */