Skip to content

Commit

Permalink
kconfig: fix Kconfig documentation references to the CHECKIF() macro
Browse files Browse the repository at this point in the history
Fix the references to the CHECKIF() from the Kconfig help documentation
strings.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
  • Loading branch information
henrikbrixandersen authored and aescolar committed Apr 17, 2024
1 parent 35e418f commit 8261a4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Kconfig.zephyr
Original file line number Diff line number Diff line change
Expand Up @@ -520,17 +520,17 @@ choice
config ASSERT_ON_ERRORS
bool "Assert on all errors"
help
Assert on errors covered with the CHECK macro.
Assert on errors covered with the CHECKIF() macro.

config NO_RUNTIME_CHECKS
bool "No runtime error checks"
help
Do not do any runtime checks or asserts when using the CHECK macro.
Do not do any runtime checks or asserts when using the CHECKIF() macro.

config RUNTIME_ERROR_CHECKS
bool "Runtime error checks"
help
Always perform runtime checks covered with the CHECK macro. This
Always perform runtime checks covered with the CHECKIF() macro. This
option is the default and the only option used during testing.

endchoice
Expand Down

0 comments on commit 8261a4b

Please sign in to comment.