summaryrefslogtreecommitdiff
path: root/apps/examples/buttons/buttons_main.c
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 17:06:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 17:06:25 -0600
commit0e600457a6ac8c6016cb736eb51f6cc8c1a5a926 (patch)
treea7a717a6897452a858ad5ba68660fbdd9d72732e /apps/examples/buttons/buttons_main.c
parent0c500fa27694690cc108dc30fb6a078636f306a9 (diff)
downloadnuttx-0e600457a6ac8c6016cb736eb51f6cc8c1a5a926.tar.gz
nuttx-0e600457a6ac8c6016cb736eb51f6cc8c1a5a926.tar.bz2
nuttx-0e600457a6ac8c6016cb736eb51f6cc8c1a5a926.zip
SAMA5D4-EK: Add the button test to the NSH configuration
Diffstat (limited to 'apps/examples/buttons/buttons_main.c')
-rw-r--r--apps/examples/buttons/buttons_main.c1
1 files changed, 1 insertions, 0 deletions
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