Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
samparent97 committed Apr 17, 2024
1 parent 7acb363 commit 220034d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions firmware/mcal/raspi/periph/can.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ class CanBase : public shared::periph::CanBase {
rawMsg.header.data_len = frame.can_dlc;
rawMsg.header.is_extended_frame = frame.can_id & CAN_EFF_FLAG;

std::cout << "Can base frame " << std::hex << rawMsg.header.id
<< " data len " << rawMsg.header.data_len << std::endl;

std::copy(frame.data, frame.data + kMaxMsgBytes, rawMsg.data);

// Add to the queue
Expand Down

0 comments on commit 220034d

Please sign in to comment.