aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-03-09 14:18:24 -0500
committerKevin O'Connor <kevin@koconnor.net>2017-03-09 14:18:24 -0500
commit342a7096ea32e024ea6620bfa2b379ba3dceaddd (patch)
tree27e54f72b648c53b3350f8560c6c331d9eddf115
parent60a4bda9d489aa6c1da46ed35a2e7b414ba1ff59 (diff)
downloadkutter-342a7096ea32e024ea6620bfa2b379ba3dceaddd.tar.gz
kutter-342a7096ea32e024ea6620bfa2b379ba3dceaddd.tar.xz
kutter-342a7096ea32e024ea6620bfa2b379ba3dceaddd.zip
basecmd: Remove unimplemented command_reset()
It's better to not have the unimplemented command defined so that the host can detect when it is actually implemented. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--src/basecmd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/basecmd.c b/src/basecmd.c
index 1b7bff75..2170415a 100644
--- a/src/basecmd.c
+++ b/src/basecmd.c
@@ -328,13 +328,6 @@ DECL_COMMAND_FLAGS(command_debug_write16, HF_IN_SHUTDOWN,
****************************************************************/
void
-command_reset(uint32_t *args)
-{
- // XXX - implement reset
-}
-DECL_COMMAND_FLAGS(command_reset, HF_IN_SHUTDOWN, "msg_reset");
-
-void
command_emergency_stop(uint32_t *args)
{
shutdown("command request");