Skip to content

Commit

Permalink
DUNE/Hardware/SocketCAN: Removed merge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
luis109 committed Nov 26, 2024
1 parent e7e5203 commit 74d1372
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DUNE/Hardware/SocketCAN.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ namespace DUNE
default:
throw Error("Frame type not recognized", System::Error::getLastMessage());
}
(void)bytes_written;
return size;
#else
throw Error("Could not complete", "Unimplemented");
Expand Down

0 comments on commit 74d1372

Please sign in to comment.