diff rvinterf/asyncshell/oneshot.c @ 1014:0511507bf6e7

fc-shell: tch-dl control command implemented
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 20 Mar 2016 22:52:25 +0000
parents 93f4fc26b204
children
line wrap: on
line diff
--- a/rvinterf/asyncshell/oneshot.c	Sun Mar 20 22:27:07 2016 +0000
+++ b/rvinterf/asyncshell/oneshot.c	Sun Mar 20 22:52:25 2016 +0000
@@ -11,6 +11,7 @@
 extern int cmd_poweroff();
 extern int cmd_send_oneshot();
 extern int cmd_sp_oneshot();
+extern int cmd_tchdl_oneshot();
 extern int cmd_tgtreset();
 
 static struct cmdtab {
@@ -22,6 +23,7 @@
 	{"poweroff", 0, 0, cmd_poweroff},
 	{"send", 1, MAX_PKT_TO_TARGET, cmd_send_oneshot},
 	{"sp", 2, 2, cmd_sp_oneshot},
+	{"tch-dl", 1, 1, cmd_tchdl_oneshot},
 	{"tgtreset", 0, 0, cmd_tgtreset},
 	{0, 0, 0, 0}
 };