Skip to content
Snippets Groups Projects
Commit 45ddc5e2 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

clarifying comments.


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent fef7914f
No related branches found
No related tags found
No related merge requests found
......@@ -520,6 +520,7 @@ void Cli::cmtcCallback(const char *arguments)
case mctr::MC_LISTENING_CONFIGURED:
puts("Waiting for HC to connect...");
waitMCState(WAIT_HC_CONNECTED);
//intentional fall through
case mctr::MC_HC_CONNECTED:
MainController::configure(mycfg.config_read_buffer);
waitMCState(WAIT_ACTIVE);
......@@ -527,6 +528,7 @@ void Cli::cmtcCallback(const char *arguments)
puts("Error during initialization. Cannot create MTC.");
break;
}
//intentional fall through
case mctr::MC_ACTIVE:
MainController::create_mtc(hostIndex);
waitMCState(WAIT_MTC_CREATED);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment