sys/shell: fix use of suit shell command
This commit is contained in:
parent
453d0478dc
commit
b277a6bad5
@ -114,7 +114,7 @@ ifneq (,$(filter nimble_statconn,$(USEMODULE)))
|
||||
SRC += sc_nimble_statconn.c
|
||||
endif
|
||||
|
||||
ifneq (,$(filter suit_coap,$(USEMODULE)))
|
||||
ifneq (,$(filter suit_transport_coap,$(USEMODULE)))
|
||||
SRC += sc_suit.c
|
||||
endif
|
||||
|
||||
|
||||
@ -180,7 +180,7 @@ extern int _nimble_netif_handler(int argc, char **argv);
|
||||
extern int _nimble_statconn_handler(int argc, char **argv);
|
||||
#endif
|
||||
|
||||
#ifdef MODULE_SUIT_COAP
|
||||
#ifdef MODULE_SUIT_TRANSPORT_COAP
|
||||
extern int _suit_handler(int argc, char **argv);
|
||||
#endif
|
||||
|
||||
@ -316,7 +316,7 @@ const shell_command_t _shell_command_list[] = {
|
||||
#ifdef MODULE_NIMBLE_STATCONN
|
||||
{ "statconn", "NimBLE netif statconn", _nimble_statconn_handler},
|
||||
#endif
|
||||
#ifdef MODULE_SUIT_COAP
|
||||
#ifdef MODULE_SUIT_TRANSPORT_COAP
|
||||
{ "suit", "Trigger a SUIT firmware update", _suit_handler },
|
||||
#endif
|
||||
#ifdef MODULE_CRYPTOAUTHLIB
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user