From 0e600457a6ac8c6016cb736eb51f6cc8c1a5a926 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 7 Jul 2014 17:06:25 -0600 Subject: SAMA5D4-EK: Add the button test to the NSH configuration --- apps/examples/buttons/buttons_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/examples/buttons/buttons_main.c') diff --git a/apps/examples/buttons/buttons_main.c b/apps/examples/buttons/buttons_main.c index 04db19068..34b6c8055 100644 --- a/apps/examples/buttons/buttons_main.c +++ b/apps/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 -- cgit v1.2.3