summaryrefslogtreecommitdiff
path: root/utils/nwztools/plattools/test_display.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nwztools/plattools/test_display.c')
-rw-r--r--utils/nwztools/plattools/test_display.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/nwztools/plattools/test_display.c b/utils/nwztools/plattools/test_display.c
index a0dc706624..1ebf40e813 100644
--- a/utils/nwztools/plattools/test_display.c
+++ b/utils/nwztools/plattools/test_display.c
@@ -19,8 +19,9 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21#include "nwz_lib.h" 21#include "nwz_lib.h"
22#include "nwz_plattools.h"
22 23
23int main(int argc, char **argv) 24int NWZ_TOOL_MAIN(test_display)(int argc, char **argv)
24{ 25{
25 /* clear screen and display welcome message */ 26 /* clear screen and display welcome message */
26 nwz_lcdmsg(true, 0, 0, "test_display"); 27 nwz_lcdmsg(true, 0, 0, "test_display");