From f3aa2ac42ed46e4a2c2a600b533a509d0f8ed125 Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Tue, 21 Feb 2023 17:34:29 +0100 Subject: [PATCH] examples/suit_update: enable suit command --- examples/suit_update/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/suit_update/Makefile b/examples/suit_update/Makefile index 8d61ced457..b00db43999 100644 --- a/examples/suit_update/Makefile +++ b/examples/suit_update/Makefile @@ -26,6 +26,7 @@ USEMODULE += gnrc_icmpv6_echo # include this for printing IP addresses USEMODULE += shell USEMODULE += shell_cmds_default +USEMODULE += shell_cmd_suit # Set this to 1 to enable code in RIOT that does safety checking # which is not needed in a production environment but helps in the