From d540f3fd60c81439473bc376b8f784ff713fc8d3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 2 Dec 2017 11:14:32 -0600 Subject: [PATCH] Costmetic update to comments and README. --- arch/arm/src/lpc43xx/lpc43_mpuinit.c | 8 -------- arch/arm/src/lpc43xx/lpc43_mpuinit.h | 14 +------------- arch/arm/src/lpc43xx/lpc43_userspace.c | 12 ------------ arch/arm/src/lpc43xx/lpc43_userspace.h | 16 ++-------------- configs/stm32f429i-disco/README.txt | 2 +- 5 files changed, 4 insertions(+), 48 deletions(-) diff --git a/arch/arm/src/lpc43xx/lpc43_mpuinit.c b/arch/arm/src/lpc43xx/lpc43_mpuinit.c index 3ed8d8a8c7..e1ad602ab3 100644 --- a/arch/arm/src/lpc43xx/lpc43_mpuinit.c +++ b/arch/arm/src/lpc43xx/lpc43_mpuinit.c @@ -60,14 +60,6 @@ # define MIN(a,b) a < b ? a : b #endif -/**************************************************************************** - * Private Data - ****************************************************************************/ - -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/arch/arm/src/lpc43xx/lpc43_mpuinit.h b/arch/arm/src/lpc43xx/lpc43_mpuinit.h index f4c6c59ca3..8b09dabad6 100644 --- a/arch/arm/src/lpc43xx/lpc43_mpuinit.h +++ b/arch/arm/src/lpc43xx/lpc43_mpuinit.h @@ -43,19 +43,7 @@ #include /************************************************************************************ - * Pre-processor Definitions - ************************************************************************************/ - -/************************************************************************************ - * Public Types - ************************************************************************************/ - -/************************************************************************************ - * Public Data - ************************************************************************************/ - -/************************************************************************************ - * Public Functions + * Public Function Prototypes ************************************************************************************/ /**************************************************************************** diff --git a/arch/arm/src/lpc43xx/lpc43_userspace.c b/arch/arm/src/lpc43xx/lpc43_userspace.c index 43ded6b4ab..c884e3c77b 100644 --- a/arch/arm/src/lpc43xx/lpc43_userspace.c +++ b/arch/arm/src/lpc43xx/lpc43_userspace.c @@ -49,18 +49,6 @@ #ifdef CONFIG_BUILD_PROTECTED -/**************************************************************************** - * Pre-processor Definitions - ****************************************************************************/ - -/**************************************************************************** - * Private Data - ****************************************************************************/ - -/**************************************************************************** - * Private Functions - ****************************************************************************/ - /**************************************************************************** * Public Functions ****************************************************************************/ diff --git a/arch/arm/src/lpc43xx/lpc43_userspace.h b/arch/arm/src/lpc43xx/lpc43_userspace.h index 77b6d1e609..46d16637a9 100644 --- a/arch/arm/src/lpc43xx/lpc43_userspace.h +++ b/arch/arm/src/lpc43xx/lpc43_userspace.h @@ -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 @@ -43,19 +43,7 @@ #include /************************************************************************************ - * Pre-processor Definitions - ************************************************************************************/ - -/************************************************************************************ - * Public Types - ************************************************************************************/ - -/************************************************************************************ - * Public Data - ************************************************************************************/ - -/************************************************************************************ - * Public Functions + * Public Function Prototypes ************************************************************************************/ /**************************************************************************** diff --git a/configs/stm32f429i-disco/README.txt b/configs/stm32f429i-disco/README.txt index 8bfd137b62..c2438e4cbc 100644 --- a/configs/stm32f429i-disco/README.txt +++ b/configs/stm32f429i-disco/README.txt @@ -689,7 +689,7 @@ Where 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