Skip to content

Commit

Permalink
Remove more unused commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmelveilleux committed Jun 26, 2022
1 parent 23f4fdb commit 61bb5a9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/lighting-app/cyw30739/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ APPLICATION_START()
{
printf("ERROR Shell Init %d\n", ret);
}
cmd_ping_init();
RegisterAppShellCommands();
Engine::Root().RunMainLoop();

Expand Down
1 change: 0 additions & 1 deletion examples/lock-app/cyw30739/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ APPLICATION_START()
{
printf("ERROR Shell Init %d\n", ret);
}
cmd_ping_init();
RegisterAppShellCommands();
Engine::Root().RunMainLoop();

Expand Down
1 change: 0 additions & 1 deletion examples/ota-requestor-app/cyw30739/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ APPLICATION_START()
{
printf("ERROR Shell Init %d\n", ret);
}
cmd_ping_init();
Engine::Root().RunMainLoop();

assert(!wiced_rtos_check_for_stack_overflow());
Expand Down
1 change: 0 additions & 1 deletion examples/shell/esp32/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ extern "C" void app_main(void)
int ret = Engine::Root().Init();
VerifyOrDie(ret == 0);

cmd_ping_init();
xTaskCreate(&chip_shell_task, "chip_shell", 2048, NULL, 5, NULL);
}

0 comments on commit 61bb5a9

Please sign in to comment.