tiva: tiva_lowputc.h: Fix nxstyle warnings

arch/arm/src/tiva/tiva_lowputc.h:

    * Fix nxstyle warnings. No functional changes.
This commit is contained in:
Nathan Hartman
2020-09-17 12:30:00 -04:00
committed by Xiang Xiao
parent 204e84f1ad
commit a4d1a20b93
+16 -14
View File
@@ -1,4 +1,4 @@
/************************************************************************************ /****************************************************************************
* arch/arm/src/tiva/tiva_lowputc.h * arch/arm/src/tiva/tiva_lowputc.h
* *
* Copyright (C) 2009-2010, 2013-2014 Gregory Nutt. All rights reserved. * Copyright (C) 2009-2010, 2013-2014 Gregory Nutt. All rights reserved.
@@ -31,22 +31,23 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
************************************************************************************/ ****************************************************************************/
#ifndef __ARCH_ARM_SRC_TIVA_TIVA_LOWPUTC_H #ifndef __ARCH_ARM_SRC_TIVA_TIVA_LOWPUTC_H
#define __ARCH_ARM_SRC_TIVA_TIVA_LOWPUTC_H #define __ARCH_ARM_SRC_TIVA_TIVA_LOWPUTC_H
/************************************************************************************ /****************************************************************************
* Included Files * Included Files
************************************************************************************/ ****************************************************************************/
#include <nuttx/config.h> #include <nuttx/config.h>
#include <arch/tiva/chip.h> #include <arch/tiva/chip.h>
/************************************************************************************ /****************************************************************************
* Pre-processor Definitions * Pre-processor Definitions
************************************************************************************/ ****************************************************************************/
/* Configuration *******************************************************************/
/* Configuration ************************************************************/
#if TIVA_NUARTS < 8 #if TIVA_NUARTS < 8
# undef CONFIG_TIVA_UART7 # undef CONFIG_TIVA_UART7
@@ -163,19 +164,19 @@
# undef HAVE_SERIAL_CONSOLE # undef HAVE_SERIAL_CONSOLE
#endif #endif
/************************************************************************************ /****************************************************************************
* Public Types * Public Types
************************************************************************************/ ****************************************************************************/
/************************************************************************************ /****************************************************************************
* Inline Functions * Inline Functions
************************************************************************************/ ****************************************************************************/
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
/************************************************************************************ /****************************************************************************
* Public Data * Public Data
************************************************************************************/ ****************************************************************************/
#if defined(__cplusplus) #if defined(__cplusplus)
extern "C" extern "C"
@@ -190,7 +191,8 @@ extern "C"
* Name: tiva_lowsetup * Name: tiva_lowsetup
* *
* Description: * Description:
* Called at the very beginning of _start. Performs low level initialization. * Called at the very beginning of _start. Performs low level
* initialization.
* *
****************************************************************************/ ****************************************************************************/