File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
*
13
13
* Function returns the provided value if non-zero, or a Kconfig-controlled
14
14
* default value if the parameter is zero. This trivial function is
15
- * provided in order to have a library interface example that is trivial
15
+ * provided in order to have a library interface example that is trivial
16
16
* to test.
17
17
*
18
18
* @param return_value_if_nonzero Value to return if non-zero
Original file line number Diff line number Diff line change 3
3
4
4
config CUSTOM_LIB
5
5
bool "custom_lib Support"
6
- help
6
+ help
7
7
This option enables the custom_lib library
8
8
9
9
config CUSTOM_LIB_GET_VALUE_DEFAULT
10
10
int "custom_lib_get_value() default return value"
11
11
depends on CUSTOM_LIB
12
- default 0
12
+ default 0
13
13
help
14
14
This option primarily exists as an example of a library Kconfig
15
15
setting.
You can’t perform that action at this time.
0 commit comments