Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCAFEDECAF committed Oct 13, 2023
1 parent 6dbb1fb commit fe49051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/VanBusRx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,8 @@ void TVanPacketRxQueue::DumpStats(Stream& s, bool longForm) const
? "---"
: FloatToStr(floatBuf, 100.0 * nRepaired / nCorrupt, 0));

s.printf_P(PSTR(" [SB:%lu, DCB:%lu, TCB:%lu, DSB:%lu], UCB:%lu"),
s.printf_P(
PSTR(" [SB:%lu, DCB:%lu, TCB:%lu, DSB:%lu], UCB:%lu"),
nOneBitErrors,
nTwoConsecutiveBitErrors,
nThreeConsecutiveSameBitErrors,
Expand Down

0 comments on commit fe49051

Please sign in to comment.