We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09574e6 commit 5049ac4Copy full SHA for 5049ac4
modules/zcbor/Kconfig
@@ -19,8 +19,11 @@ config ZCBOR_CANONICAL
19
indefinite-length arrays (it will still decode them properly).
20
21
config ZCBOR_STOP_ON_ERROR
22
- bool "Stop on error when processing"
+ bool "Stop on error when processing (Must also be enabled in state var)"
23
help
24
+ Make the stop_on_error functionality available. Note that it still
25
+ needs to be enabled in the state variable
26
+ (`state->constant_state->stop_on_error`).
27
This makes all functions abort their execution if called when an error
28
has already happened.
29
0 commit comments