From b0d0e4a0315a3f44b65489e87e07dabf59b443e5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Jul 2014 17:06:25 -0600 Subject: [PATCH] SAMA5D4-EK: Add the button test to the NSH configuration --- examples/buttons/buttons_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/buttons/buttons_main.c b/examples/buttons/buttons_main.c index 04db19068..34b6c8055 100644 --- a/examples/buttons/buttons_main.c +++ b/examples/buttons/buttons_main.c @@ -410,6 +410,7 @@ int buttons_main(int argc, char *argv[]) { maxbuttons = strtol(argv[1], NULL, 10); } + lowsyslog("maxbuttons: %d\n", maxbuttons); #endif