Skip to content

Commit 97734f1

Browse files
MirkoCovizzieivindj-nordic
authored andcommitted
lib: bm_buttons: fix typo
Fixes a typo. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 36a0ccc commit 97734f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bm_buttons/bm_buttons.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ static void timer_start(void)
268268
err = bm_timer_start(&global.timer, BM_TIMER_US_TO_TICKS(global.detection_delay / 2),
269269
NULL);
270270
if (err) {
271-
LOG_WRN("Failed to start app_timer (err:%d)", err);
271+
LOG_WRN("Failed to start bm_timer (err:%d)", err);
272272
}
273273
}
274274

0 commit comments

Comments
 (0)