This is an automated email from the ASF dual-hosted git repository. davids5 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push: new 406347b stm32/stm32_1wire.c: Fix nxstyle errors 406347b is described below commit 406347ba2e3c80f345bccdef0bcb23f8b8f7fd7f Author: Nathan Hartman <59230071+hartmannat...@users.noreply.github.com> AuthorDate: Mon Nov 16 09:49:30 2020 -0500 stm32/stm32_1wire.c: Fix nxstyle errors arch/arm/src/stm32/stm32_1wire.h: * Fix nxstyle errors. --- arch/arm/src/stm32/stm32_1wire.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/arch/arm/src/stm32/stm32_1wire.h b/arch/arm/src/stm32/stm32_1wire.h index 3297c3c..f03b2a3 100644 --- a/arch/arm/src/stm32/stm32_1wire.h +++ b/arch/arm/src/stm32/stm32_1wire.h @@ -1,4 +1,4 @@ -/************************************************************************************ +/**************************************************************************** * arch/arm/src/stm32/stm32_1wire.h * * Copyright (C) 2016 Aleksandr Vyhovanec. All rights reserved. @@ -31,30 +31,30 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - ************************************************************************************/ + ****************************************************************************/ #ifndef __ARCH_ARM_SRC_STM32_STM32_1WIRE_H #define __ARCH_ARM_SRC_STM32_STM32_1WIRE_H -/************************************************************************************ +/**************************************************************************** * Included Files - ************************************************************************************/ + ****************************************************************************/ #include <nuttx/config.h> #include "stm32_uart.h" -/************************************************************************************ +/**************************************************************************** * Public Function Prototypes - ************************************************************************************/ + ****************************************************************************/ /**************************************************************************** * Name: stm32_1wireinitialize * * Description: - * Initialize the selected 1-Wire port. And return a unique instance of struct - * struct onewire_dev_s. This function may be called to obtain multiple - * instances of the interface, each of which may be set up with a + * Initialize the selected 1-Wire port. And return a unique instance of + * struct struct onewire_dev_s. This function may be called to obtain + * multiple instances of the interface, each of which may be set up with a * different frequency and slave address. * * Input Parameters: