We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2316e + df07ccc commit 35e035bCopy full SHA for 35e035b
components/finsh/cmd.c
@@ -887,7 +887,7 @@ long list(void)
887
/* skip the internal command */
888
if (strncmp((char *)index->name, "__", 2) == 0) continue;
889
890
-#ifdef FINSH_USING_DESCRIPTION
+#if defined(FINSH_USING_DESCRIPTION) && defined(FINSH_USING_SYMTAB)
891
rt_kprintf("%-16s -- %s\n", index->name, index->desc);
892
#else
893
rt_kprintf("%s\n", index->name);
0 commit comments