logging: Fix errors in log usage
Couple of findings which were revealed after changing LOG_MODULE_REGISTER macro: - missing semicolons after LOG_MODULE_REGISTER() - missing LOG_LEVEL defines - other Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
fa95089b3d
commit
97345dbb1b
35 changed files with 49 additions and 38 deletions
|
@ -7,7 +7,7 @@ endif()
|
|||
zephyr_library_sources_if_kconfig(http_parser.c)
|
||||
zephyr_library_sources_if_kconfig(http_parser_url.c)
|
||||
|
||||
zephyr_library_sources(http.c)
|
||||
zephyr_library_sources_if_kconfig(http.c)
|
||||
|
||||
zephyr_library_sources_ifdef(CONFIG_HTTP_SERVER http_server.c)
|
||||
zephyr_library_sources_ifdef(CONFIG_HTTP_CLIENT http_client.c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue