Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/13685 )

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

minor: remove unnecessary hello world command

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

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/sysmoOCTSIM/main.c b/sysmoOCTSIM/main.c
index 6c4e9e6..369e3ef 100644
--- a/sysmoOCTSIM/main.c
+++ b/sysmoOCTSIM/main.c
@@ -50,12 +50,6 @@
        hri_port_set_PINCFG_DRVSTR_bit(PORT, 0, 11);
 }

-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;
@@ -223,7 +217,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: merged
Gerrit-Change-Id: I414b2ddd0bacff692316fe212b9d3b506100a7ba
Gerrit-Change-Number: 13685
Gerrit-PatchSet: 4
Gerrit-Owner: Kévin Redon <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)

Reply via email to