summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-04 22:03:00 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-04 22:03:00 +0000
commita83f1c404bc86a9b8f855b2417d7c68b758b1add (patch)
treee8e9ac1d033d280a5958a96720044cea843ef768 /nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h
parentf29c2dcadec6aa8b3e8589cfc10a444f9c8524f1 (diff)
downloadpx4-nuttx-a83f1c404bc86a9b8f855b2417d7c68b758b1add.tar.gz
px4-nuttx-a83f1c404bc86a9b8f855b2417d7c68b758b1add.tar.bz2
px4-nuttx-a83f1c404bc86a9b8f855b2417d7c68b758b1add.zip
More LPC43xx logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4906 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h')
-rw-r--r--nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h b/nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h
index ee5e630f4..b15c9411c 100644
--- a/nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h
+++ b/nuttx/arch/arm/src/lpc43xx/lpc43_lowputc.h
@@ -1,4 +1,4 @@
-/************************************************************************************
+/****************************************************************************
* arch/arm/src/lpc43xx/lpc43_lowputc.h
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
@@ -31,28 +31,28 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************************************/
+ ****************************************************************************/
#ifndef __ARCH_ARM_SRC_LPC43XX_LOWSETUP_H
#define __ARCH_ARM_SRC_LPC43XX_LOWSETUP_H
-/************************************************************************************
+/****************************************************************************
* Included Files
- ************************************************************************************/
+ ****************************************************************************/
#include <nuttx/config.h>
-/************************************************************************************
+/****************************************************************************
* Pre-processor Definitions
- ************************************************************************************/
+ ****************************************************************************/
-/************************************************************************************
+/****************************************************************************
* Public Types
- ************************************************************************************/
+ ****************************************************************************/
-/************************************************************************************
+/****************************************************************************
* Public Data
- ************************************************************************************/
+ ****************************************************************************/
#ifndef __ASSEMBLY__
@@ -64,18 +64,18 @@ extern "C" {
#define EXTERN extern
#endif
-/************************************************************************************
+/****************************************************************************
* Public Functions
- ************************************************************************************/
+ ****************************************************************************/
-/************************************************************************************
+/****************************************************************************
* Name: lpc43_lowsetup
*
* Description:
- * Called at the very beginning of _start. Performs low level initialization
- * of serial console.
+ * Called at the very beginning of _start. Performs low level
+ * initialization of the serial console.
*
- ************************************************************************************/
+ ****************************************************************************/
EXTERN void lpc43_lowsetup(void);