From bc4b6fcb861a7f143ddcc4aeef828cbab4006b51 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 10 Jul 2011 19:56:07 +0000 Subject: Fix NXTEST strings git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3767 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/nxtext/nxtext_putc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/examples/nxtext/nxtext_putc.c') 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 #include #include -#include #include +#include #include #include @@ -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) */ -- cgit v1.2.3