summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index b70c711..a2f99da 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -30,7 +30,6 @@ extern command_ret_t do_fat_ls(cmd_tbl_t *, int, int, char * const []);
//extern command_ret_t do_fat_read(cmd_tbl_t *, int, int, char * const []);
//extern command_ret_t do_fat_write(cmd_tbl_t *, int, int, char * const []);
extern command_ret_t do_fat_rw(cmd_tbl_t *, int, int, char * const []);
-extern command_ret_t do_testarg(cmd_tbl_t *, int, int, char * const []);
#ifdef CONFIG_SYS_LONGHELP
const FLASH char sd_help_text[] =
@@ -51,21 +50,6 @@ CMD_TBL_ITEM(
),
#ifdef DEBUG
-CMD_TBL_ITEM(
- test, CONFIG_SYS_MAXARGS, 1, do_testarg,
- "print arguments",
- ""
-),
-CMD_TBL_ITEM(
- tst1, CONFIG_SYS_MAXARGS, 1, do_testarg,
- "print arguments",
- ""
-),
-CMD_TBL_ITEM(
- tst2, CONFIG_SYS_MAXARGS, 1, do_testarg,
- "print arguments",
- ""
-),
CMD_TBL_ITEM(
!mdr, 3, 1, do_dump_mem,