Added log level configuration to Kconfig.
This commit is contained in:
parent
3b2718e6f4
commit
e62f243e86
4 changed files with 65 additions and 16 deletions
|
|
@ -72,3 +72,10 @@ idf_component_register(
|
|||
"Settings"
|
||||
"States"
|
||||
)
|
||||
|
||||
# This ensures LOG_LOCAL_LEVEL is defined before any header files are included.
|
||||
idf_build_set_property(COMPILE_DEFINITIONS
|
||||
"-DLOG_LOCAL_LEVEL=${CONFIG_SYSTEMK_LOG_LEVEL}"
|
||||
APPEND
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue