Skip to content

Commit

Permalink
Commented out debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAFEDECAF committed Aug 19, 2021
1 parent 1603727 commit 21ec234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VanBusRx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ bool TVanPacketRxQueue::Receive(TVanPacketRxDesc& pkt, bool* isQueueOverrun)
// TODO - remove
if (startOfFrameByte != 0x00)
{
Serial.printf("=====> SOF: 0x%02X <=====\n", startOfFrameByte);
//Serial.printf("=====> SOF: 0x%02X <=====\n", startOfFrameByte);
ISR_SAFE_SET(startOfFrameByte, 0x00);
} // if

Expand Down

0 comments on commit 21ec234

Please sign in to comment.