Skip to content

Commit a4a173b

Browse files
henrikbrixandersennashif
authored andcommitted
shell: mark custom header inclusion as experimental
Mark the custom shell header support as experimental. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
1 parent 2accdbe commit a4a173b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

subsys/shell/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,8 @@ config SHELL_CMDS_RETURN_VALUE
318318
the return value from the most recently executed command.
319319

320320
config SHELL_CUSTOM_HEADER
321-
bool "Include Custom Shell Header"
321+
bool "Include Custom Shell Header [EXPERIMENTAL]"
322+
select EXPERIMENTAL
322323
help
323324
When enabled, a custom application provided header, named
324325
"zephyr_custom_shell.h", is included at the end of shell.h. This enables

0 commit comments

Comments
 (0)