Skip to content
Snippets Groups Projects
Commit 24afed26 authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[Canbus] Removed verbose print

parent f734893f
Branches
No related tags found
No related merge requests found
...@@ -62,10 +62,10 @@ public: ...@@ -62,10 +62,10 @@ public:
void send(Boardcore::Canbus::CanPacket packet) void send(Boardcore::Canbus::CanPacket packet)
{ {
if (txPackets.isFull()) // if (txPackets.isFull())
{ // {
printf("Pkt drop\n"); // printf("Pkt drop\n");
} // }
txPackets.put(packet); txPackets.put(packet);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment