We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00acc5f commit 3c3b0b8Copy full SHA for 3c3b0b8
src/fw/drivers/imu/lis2dw12/lis2dw12.c
@@ -271,7 +271,7 @@ static void prv_lis2dw12_int1_work_handler(void) {
271
}
272
273
static void prv_lis2dw12_int1_irq_handler(bool *should_context_switch) {
274
- PBL_LOG(LOG_LEVEL_DEBUG_VERBOSE, "INT1 IRQ");
+ PBL_LOG(LOG_LEVEL_DEBUG, "INT1 IRQ");
275
accel_offload_work_from_isr(prv_lis2dw12_int1_work_handler, should_context_switch);
276
277
0 commit comments