Skip to content

Commit

Permalink
drivers: i3c: reduce debug message when received interrupt
Browse files Browse the repository at this point in the history
reduce debug message when received interrupt.

change LOG_INF to LOG_DBG.

Signed-off-by: cpchiang <[email protected]>
  • Loading branch information
cpchiang committed Sep 28, 2023
1 parent b844478 commit 0fb72af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i3c/i3c_npcm4xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -3610,7 +3610,7 @@ void I3C_Slave_ISR(uint8_t I3C_IF)
}

if (I3C_GET_REG_STATUS(I3C_IF) & (I3C_STATUS_START_MASK | I3C_STATUS_STOP_MASK))
LOG_INF("\r\nRE-ENTRY\r\n");
LOG_DBG("\r\nRE-ENTRY\r\n");

I3C_Prepare_To_Read_Command((uint32_t) I3C_IF);
}
Expand Down

0 comments on commit 0fb72af

Please sign in to comment.