summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxconsole/nxcon_sem.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-30 18:42:40 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-03-30 18:42:40 +0000
commit7b4b14ec2acf251ba72ef2929011037bfc26e714 (patch)
tree5ab49f724ed67d3506856d404b0cd3c03f8fea86 /nuttx/graphics/nxconsole/nxcon_sem.c
parentef881d69ec4bd4b9d5cd2783418e506ce7fb8444 (diff)
downloadpx4-nuttx-7b4b14ec2acf251ba72ef2929011037bfc26e714.tar.gz
px4-nuttx-7b4b14ec2acf251ba72ef2929011037bfc26e714.tar.bz2
px4-nuttx-7b4b14ec2acf251ba72ef2929011037bfc26e714.zip
Add framework in NxConsole to support VT100 escape sequences
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4542 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxconsole/nxcon_sem.c')
-rw-r--r--nuttx/graphics/nxconsole/nxcon_sem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxconsole/nxcon_sem.c b/nuttx/graphics/nxconsole/nxcon_sem.c
index 0025005d2..4cf960971 100644
--- a/nuttx/graphics/nxconsole/nxcon_sem.c
+++ b/nuttx/graphics/nxconsole/nxcon_sem.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * nuttx/graphics/nxconsole/nxcon_unregister.c
+ * nuttx/graphics/nxconsole/nxcon_sem.c
*
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>