From 83af6898f3a273bf6a742e5841367392c089ae02 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 17 Jul 2011 02:49:26 +0000 Subject: [PATCH] Fix a link problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3792 42af7a65-404d-4744-a932-0658087f49c3 --- examples/nx/nx_internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/nx/nx_internal.h b/examples/nx/nx_internal.h index 2f41fba42..96e84a958 100644 --- a/examples/nx/nx_internal.h +++ b/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