Merge branch 'master' of bitbucket.org:nuttx/apps

This commit is contained in:
Gregory Nutt 2016-12-06 08:55:17 -06:00
commit efedead40b

View File

@ -241,6 +241,8 @@ int adc_main(int argc, char *argv[])
int ret;
int i;
UNUSED(ret);
/* Check if we have initialized */
if (!g_adcstate.initialized)