dfu: log: rename level variable
Rename log level variable: CONFIG_LOG_IMG_MANAGER_LEVEL to CONFIG_IMG_MANAGER_LOG_LEVEL Use template for log levels. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1e630baa02
commit
7dea257e92
2 changed files with 5 additions and 19 deletions
|
@ -6,9 +6,9 @@
|
|||
*/
|
||||
|
||||
#define LOG_MODULE_NAME fota_flash_block
|
||||
#define LOG_LEVEL CONFIG_LOG_IMG_MANAGER_LEVEL
|
||||
#define LOG_LEVEL CONFIG_IMG_MANAGER_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER();
|
||||
LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||
|
||||
#include <zephyr/types.h>
|
||||
#include <stddef.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue