diff rvinterf/asyncshell/usercmd.c @ 875:dab341e172de

fc-shell: sysprim sending (sp command) implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 30 May 2015 07:41:23 +0000
parents 72d64c172d85
children 4661b84260a0
line wrap: on
line diff
--- a/rvinterf/asyncshell/usercmd.c	Sat May 30 07:20:50 2015 +0000
+++ b/rvinterf/asyncshell/usercmd.c	Sat May 30 07:41:23 2015 +0000
@@ -13,6 +13,7 @@
 
 extern void cmd_disable();
 extern void cmd_enable();
+extern void cmd_sendsp();
 
 void
 cmd_exit()
@@ -29,6 +30,7 @@
 	{"enable", cmd_enable},
 	{"exit", cmd_exit},
 	{"quit", cmd_exit},
+	{"sp", cmd_sendsp},
 	{0, 0}
 };