summaryrefslogtreecommitdiffstats
path: root/ports/beagleboneblack/xcmdtbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/beagleboneblack/xcmdtbl.h')
-rw-r--r--ports/beagleboneblack/xcmdtbl.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/ports/beagleboneblack/xcmdtbl.h b/ports/beagleboneblack/xcmdtbl.h
index 7fb337f..120957e 100644
--- a/ports/beagleboneblack/xcmdtbl.h
+++ b/ports/beagleboneblack/xcmdtbl.h
@@ -1,4 +1,4 @@
-/* extcmdtbl.h: */
+/* xcmdtbl.h: */
/* This file must exist even if it is empty because it is #included in the */
/* common file cmdtbl.c. The purpose is to keep the common comand table */
/* file (common/cmdtbl.c) from being corrupted with non-generic commands */
@@ -8,11 +8,3 @@
/* For example:
"dummy", dummycmd, dummyHelp,
*/
-//{"i2c", i2c, i2cHelp,},
-#if INCLUDE_LCD
-{"lcd_tst", lcd_tst, lcd_tstHelp,},
-#endif
-{"ldatags", ldatags, ldatagsHelp,},
-#if INCLUDE_NANDCMD
-{"nand", nandCmd, nandHelp,},
-#endif