Kévin Redon has uploaded this change for review. ( 
https://gerrit.osmocom.org/13685


Change subject: minor: remove unnecessary hellow world command
......................................................................

minor: remove unnecessary hellow world command

Change-Id: I414b2ddd0bacff692316fe212b9d3b506100a7ba
---
M sysmoOCTSIM/main.c
1 file changed, 0 insertions(+), 7 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ccid-firmware 
refs/changes/85/13685/1

diff --git a/sysmoOCTSIM/main.c b/sysmoOCTSIM/main.c
index 788343e..8d51161 100644
--- a/sysmoOCTSIM/main.c
+++ b/sysmoOCTSIM/main.c
@@ -68,12 +68,6 @@
        }
 }

-DEFUN(hello_fn, cmd_hello,
-       "hello", "Hello World example command")
-{
-       printf("Hello World!\r\n");
-}
-
 static int validate_slotnr(int argc, char **argv, int idx)
 {
        int slotnr;
@@ -308,7 +302,6 @@
        board_init();

        command_init("sysmoOCTSIM> ");
-       command_register(&cmd_hello);
        command_register(&cmd_sim_status);
        command_register(&cmd_sim_power);
        command_register(&cmd_sim_reset);

--
To view, visit https://gerrit.osmocom.org/13685
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ccid-firmware
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I414b2ddd0bacff692316fe212b9d3b506100a7ba
Gerrit-Change-Number: 13685
Gerrit-PatchSet: 1
Gerrit-Owner: Kévin Redon <kre...@sysmocom.de>

Reply via email to