SAMA5D4-EK: Add the button test to the NSH configuration

This commit is contained in:
Gregory Nutt 2014-07-07 17:06:25 -06:00
parent ddc799d049
commit b0d0e4a031

View File

@ -410,6 +410,7 @@ int buttons_main(int argc, char *argv[])
{
maxbuttons = strtol(argv[1], NULL, 10);
}
lowsyslog("maxbuttons: %d\n", maxbuttons);
#endif