mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-30 13:43:12 +00:00
Eliminate warning about an unused global variable.
This commit is contained in:
parent
4477cbcbd1
commit
0bc7bce916
1 changed files with 3 additions and 0 deletions
|
|
@ -102,7 +102,10 @@
|
|||
* Private Data
|
||||
****************************************************************************/
|
||||
|
||||
#ifdef CONFIG_NX_KBD
|
||||
static const uint8_t g_pumsg[] = "Pop-Up!";
|
||||
#endif
|
||||
|
||||
static const char *g_bgmsg[BGMSG_LINES] =
|
||||
{
|
||||
"\nJULIET\n", /* Line 1 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue