reducing the mess

This commit is contained in:
rusefillc 2022-02-10 01:51:27 -05:00
parent 10cc9e2441
commit af7916929c
1 changed files with 4 additions and 4 deletions

View File

@ -62,10 +62,10 @@ bool acceptCanRx(int /*sid*/) {
* this build-in CAN sniffer is very basic but that's our CAN sniffer
*/
static void printPacket(const size_t busIndex, const CANRxFrame &rx) {
bool accept = acceptCanRx(CAN_SID(rx));
if (!accept) {
return;
}
// bool accept = acceptCanRx(CAN_SID(rx));
// if (!accept) {
// return;
// }
// only print info if we're in can debug mode