1
0
Fork 0
forked from nuttx/nuttx-update

Costmetic update to comments and README.

This commit is contained in:
Gregory Nutt 2017-12-02 11:14:32 -06:00
parent 7311b132a1
commit d540f3fd60
5 changed files with 4 additions and 48 deletions

View file

@ -60,14 +60,6 @@
# define MIN(a,b) a < b ? a : b
#endif
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/

View file

@ -43,19 +43,7 @@
#include <nuttx/config.h>
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/************************************************************************************
* Public Types
************************************************************************************/
/************************************************************************************
* Public Data
************************************************************************************/
/************************************************************************************
* Public Functions
* Public Function Prototypes
************************************************************************************/
/****************************************************************************

View file

@ -49,18 +49,6 @@
#ifdef CONFIG_BUILD_PROTECTED
/****************************************************************************
* Pre-processor Definitions
****************************************************************************/
/****************************************************************************
* Private Data
****************************************************************************/
/****************************************************************************
* Private Functions
****************************************************************************/
/****************************************************************************
* Public Functions
****************************************************************************/

View file

@ -1,5 +1,5 @@
/************************************************************************************
* arch/arm/src/lpc43xx/lpc43_qei.h
* arch/arm/src/lpc43xx/lpc43_userspace.h
*
* Copyright (C) 2013 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -43,19 +43,7 @@
#include <nuttx/config.h>
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/
/************************************************************************************
* Public Types
************************************************************************************/
/************************************************************************************
* Public Data
************************************************************************************/
/************************************************************************************
* Public Functions
* Public Function Prototypes
************************************************************************************/
/****************************************************************************

View file

@ -689,7 +689,7 @@ Where <subdir> is one of the following:
nsh> fb
Also included is the touchscreen test of apps/examples/touchscreen. This
example will simply open the touchscrren driver then collect and display
example will simply open the touchscreen driver then collect and display
touch inputs:
nsh> tc 1