Fix a link problem
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3792 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
298db6b143
commit
83af6898f3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user