Skip to content

Commit

Permalink
app: led: use correct log name
Browse files Browse the repository at this point in the history
Use correct log name in the led.c file. This file handles more than
identify callbacks.

Signed-off-by: Henrik Brix Andersen <[email protected]>
  • Loading branch information
henrikbrixandersen committed Aug 31, 2024
1 parent 1674b17 commit 4ca426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/led.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#include "cannectivity.h"

LOG_MODULE_REGISTER(identify, CONFIG_CANNECTIVITY_LOG_LEVEL);
LOG_MODULE_REGISTER(led, CONFIG_CANNECTIVITY_LOG_LEVEL);

/* LED ticks */
#define LED_TICK_MS 50U
Expand Down

0 comments on commit 4ca426d

Please sign in to comment.