Eliminate warning about an unused global variable.
This commit is contained in:
parent
4477cbcbd1
commit
0bc7bce916
@ -102,7 +102,10 @@
|
|||||||
* Private Data
|
* Private Data
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
#ifdef CONFIG_NX_KBD
|
||||||
static const uint8_t g_pumsg[] = "Pop-Up!";
|
static const uint8_t g_pumsg[] = "Pop-Up!";
|
||||||
|
#endif
|
||||||
|
|
||||||
static const char *g_bgmsg[BGMSG_LINES] =
|
static const char *g_bgmsg[BGMSG_LINES] =
|
||||||
{
|
{
|
||||||
"\nJULIET\n", /* Line 1 */
|
"\nJULIET\n", /* Line 1 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user