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

tests/vfs_default: enable genfile command

This commit is contained in:
Benjamin Valentin 2023-03-17 00:17:11 +01:00
parent 94353145a2
commit e2b03af211

View File

@ -4,6 +4,7 @@ USEMODULE += vfs_default
USEMODULE += vfs_auto_format
USEMODULE += ps
USEMODULE += shell_cmd_genfile
USEMODULE += shell_cmds_default
include $(RIOTBASE)/Makefile.include