Skip to content

Commit 3c3b0b8

Browse files
committed
[DNM] fw/drivers/imu/lis2dw12: INT1 IRQ logs to debug
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent 00acc5f commit 3c3b0b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fw/drivers/imu/lis2dw12/lis2dw12.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ static void prv_lis2dw12_int1_work_handler(void) {
271271
}
272272

273273
static void prv_lis2dw12_int1_irq_handler(bool *should_context_switch) {
274-
PBL_LOG(LOG_LEVEL_DEBUG_VERBOSE, "INT1 IRQ");
274+
PBL_LOG(LOG_LEVEL_DEBUG, "INT1 IRQ");
275275
accel_offload_work_from_isr(prv_lis2dw12_int1_work_handler, should_context_switch);
276276
}
277277

0 commit comments

Comments
 (0)