summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-17 02:49:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-17 02:49:26 +0000
commit9764357cfe3695222c157710d18fbe037d22bc22 (patch)
tree4667b225df9787c699fb06ca86155e13b761fec9 /apps
parentab14fe398b2693da319e4bd47ed1adda704e8175 (diff)
downloadnuttx-9764357cfe3695222c157710d18fbe037d22bc22.tar.gz
nuttx-9764357cfe3695222c157710d18fbe037d22bc22.tar.bz2
nuttx-9764357cfe3695222c157710d18fbe037d22bc22.zip
Fix a link problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3792 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps')
-rw-r--r--apps/examples/nx/nx_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/nx/nx_internal.h b/apps/examples/nx/nx_internal.h
index 2f41fba42..96e84a958 100644
--- a/apps/examples/nx/nx_internal.h
+++ b/apps/examples/nx/nx_internal.h
@@ -264,8 +264,8 @@ extern const struct nx_callback_s g_tbcb;
/* The screen resolution */
-nxgl_coord_t g_xres;
-nxgl_coord_t g_yres;
+extern nxgl_coord_t g_xres;
+extern nxgl_coord_t g_yres;
extern bool b_haveresolution;
#ifdef CONFIG_NX_MULTIUSER