samples: drivers: led_lp3943: Rename log module
main.c in the sample was registered to the logger as 'log'. Changed to 'app'. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
3c2e43a19f
commit
d6176f8697
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
#define LOG_LEVEL CONFIG_LOG_DEFAULT_LEVEL
|
#define LOG_LEVEL CONFIG_LOG_DEFAULT_LEVEL
|
||||||
#include <logging/log.h>
|
#include <logging/log.h>
|
||||||
LOG_MODULE_REGISTER(log);
|
LOG_MODULE_REGISTER(app);
|
||||||
|
|
||||||
#define LED_DEV_NAME DT_TI_LP3943_0_LABEL
|
#define LED_DEV_NAME DT_TI_LP3943_0_LABEL
|
||||||
#define NUM_LEDS 16
|
#define NUM_LEDS 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue