Skip to content

Commit

Permalink
Merge pull request #1082 from WildernessLabs/feature/mcp2515-cleaning
Browse files Browse the repository at this point in the history
clean out a chatty debug message
  • Loading branch information
adrianstevens authored Oct 21, 2024
2 parents a3d4dfd + 61411cd commit ee78316
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ private void DisableFilters()
private void ClearInterrupt(InterruptFlag flag)
{
ModifyRegister(Register.CANINTF, (byte)flag, 0);

LogRegisters(Register.CANINTF, 1);
}

private void WriteFrame(ICanFrame frame, int bufferNumber)
Expand Down

0 comments on commit ee78316

Please sign in to comment.