Several fixes for errors introduced by last check-ins

This commit is contained in:
Gregory Nutt
2014-09-06 11:17:05 -06:00
parent 372801109f
commit 8dffb83c84
2 changed files with 8 additions and 1 deletions
+5
View File
@@ -86,6 +86,11 @@ static const char *dequote_list[] =
"CONFIG_NXWM_CALIBRATION_ICON", /* Name of bitmap image class */
"CONFIG_NXWM_HEXCALCULATOR_ICON", /* Name of bitmap image class */
/* apps/ definitions */
"CONFIG_EXAMPLES_HELLO_PROGNAME", /* Name of installed hello example program */
"CONFIG_EXAMPLES_NSH_PROGNAME", /* Name of installed NSH example program */
NULL /* Marks the end of the list */
};