summaryrefslogtreecommitdiff
path: root/apps/examples/nxtext/nxtext_putc.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-10 19:56:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-10 19:56:07 +0000
commitbc4b6fcb861a7f143ddcc4aeef828cbab4006b51 (patch)
treec7331d2b5261e74a586d99c78ba5f64392a81d82 /apps/examples/nxtext/nxtext_putc.c
parent33d6714215d70933d95c82a8396ceafde0c20ffe (diff)
downloadpx4-nuttx-bc4b6fcb861a7f143ddcc4aeef828cbab4006b51.tar.gz
px4-nuttx-bc4b6fcb861a7f143ddcc4aeef828cbab4006b51.tar.bz2
px4-nuttx-bc4b6fcb861a7f143ddcc4aeef828cbab4006b51.zip
Fix NXTEST strings
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3767 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/nxtext/nxtext_putc.c')
-rw-r--r--apps/examples/nxtext/nxtext_putc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nxtext/nxtext_putc.c b/apps/examples/nxtext/nxtext_putc.c
index 37602bb43..81fe3aae2 100644
--- a/apps/examples/nxtext/nxtext_putc.c
+++ b/apps/examples/nxtext/nxtext_putc.c
@@ -44,8 +44,8 @@
#include <stdio.h>
#include <string.h>
#include <ctype.h>
-#include <debug.h>
#include <errno.h>
+#include <debug.h>
#include <nuttx/nx.h>
#include <nuttx/nxtk.h>
@@ -234,7 +234,7 @@ nxtext_renderglyph(FAR struct nxtext_state_s *st,
/* Make sure that there is room for another glyph */
- message("nxtext_renderglyph: ch=%c [%02x]\n", isprint(ch) ? ch : '.', ch);
+ gvdbg("ch=%c [%02x]\n", isprint(ch) ? ch : '.', ch);
/* Allocate the glyph (always succeeds) */