Skip to content

Commit

Permalink
pasta bad
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Mar 8, 2024
1 parent e288d24 commit 486cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digital-inputs/firmware/can.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ void processCanRxMessage(const CANRxFrame& frame) {
setNormalText();
}
} else if (standardId == (WB_DATA_BASE_ADDR + 2)) {
if (!hasSeenWbo1) {
if (!hasSeenWbo2) {
setCyanText();
chprintf(chp, " ***** WBO2 packet\n");
hasSeenWbo2 = true;
Expand Down

0 comments on commit 486cab3

Please sign in to comment.