drivers: misc: grove_lcd_rgb: use custom log level
The driver was re-using the display log level, however, it is no longer part of the display driver category. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
0bc64307d4
commit
9df8151623
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
|||
# Copyright (c) 2015 Intel Corporation
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
module = GROVE_LCD_RGB
|
||||
module-str = grove_lcd_rgb
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
|
||||
config GROVE_LCD_RGB
|
||||
bool "Enable the Seeed Grove LCD RGB Backlight"
|
||||
help
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#include <sys/util.h>
|
||||
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(grove_lcd, CONFIG_DISPLAY_LOG_LEVEL);
|
||||
LOG_MODULE_REGISTER(grove_lcd, CONFIG_GROVE_LCD_RGB_LOG_LEVEL);
|
||||
|
||||
#define GROVE_RGB_BACKLIGHT_ADDR (0x62)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue