From d149715d15cf45b616fd5433907a721e36f810d6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 25 Nov 2011 12:37:54 +0000 Subject: Fix PIC32 error in last check-in git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4125 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/touchscreen/tc_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/examples') diff --git a/apps/examples/touchscreen/tc_main.c b/apps/examples/touchscreen/tc_main.c index 2d8fca033..6db6af992 100644 --- a/apps/examples/touchscreen/tc_main.c +++ b/apps/examples/touchscreen/tc_main.c @@ -131,7 +131,7 @@ int MAIN_NAME(int argc, char *argv[]) goto errout; } - /* Open the framebuffer device for reading */ + /* Open the touchscreen device for reading */ fd = open(CONFIG_EXAMPLES_TOUCHSCREEN_DEVPATH, O_RDONLY); if (fd < 0) -- cgit v1.2.3