diff rvinterf/asyncshell/usercmd.c @ 1027:1178befeda76

fc-shell: tch command framework started
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 30 May 2016 23:19:30 +0000
parents 0511507bf6e7
children
line wrap: on
line diff
--- a/rvinterf/asyncshell/usercmd.c	Mon May 30 22:45:48 2016 +0000
+++ b/rvinterf/asyncshell/usercmd.c	Mon May 30 23:19:30 2016 +0000
@@ -17,6 +17,7 @@
 extern void cmd_sendat();
 extern void cmd_send_interactive();
 extern void cmd_sp_interactive();
+extern void cmd_tch_dispatch();
 extern void cmd_tchdl_interactive();
 extern void cmd_tgtreset();
 
@@ -39,6 +40,7 @@
 	{"send", cmd_send_interactive},
 	{"sp", cmd_sp_interactive},
 	{"str", cmd_sendat},
+	{"tch", cmd_tch_dispatch},
 	{"tch-dl", cmd_tchdl_interactive},
 	{"tgtreset", cmd_tgtreset},
 	{0, 0}