mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 05:09:03 +00:00
Fix NXTEXT link error
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3787 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
50acd0e2e5
commit
b04607bb9e
1 changed files with 2 additions and 2 deletions
|
|
@ -268,8 +268,8 @@ extern const struct nx_callback_s g_bgcb;
|
|||
|
||||
/* 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…
Add table
Add a link
Reference in a new issue