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:
Krzysztof Chruscinski 2019-05-22 09:38:02 +02:00 committed by Carles Cufí
commit d6176f8697

View file

@ -12,7 +12,7 @@
#define LOG_LEVEL CONFIG_LOG_DEFAULT_LEVEL
#include <logging/log.h>
LOG_MODULE_REGISTER(log);
LOG_MODULE_REGISTER(app);
#define LED_DEV_NAME DT_TI_LP3943_0_LABEL
#define NUM_LEDS 16