1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/suit_update: enable suit command

This commit is contained in:
Benjamin Valentin 2023-02-21 17:34:29 +01:00
parent e2cb3d13ea
commit f3aa2ac42e

View File

@ -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