Skip to content

Commit

Permalink
samples: nrf9160: modem_shell: passing kill signal to curl
Browse files Browse the repository at this point in the history
Jira: MOSH-143

Signed-off-by: Jani Hirsimäki <jani.hirsimaki@nordicsemi.no>
  • Loading branch information
jhirsi authored and rlubos committed Aug 16, 2021
1 parent 4b6c3ef commit 53c95fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/nrf9160/modem_shell/src/shell.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static int cmd_iperf3(const struct shell *shell, size_t argc, char **argv)
#if defined(CONFIG_MOSH_CURL)
static int cmd_curl(const struct shell *shell, size_t argc, char **argv)
{
(void)curl_tool_main(argc, argv);
(void)curl_tool_main(argc, argv, &mosh_signal);
shell_print(shell, "\nDONE");
return 0;
}
Expand Down

0 comments on commit 53c95fd

Please sign in to comment.