Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xR3b0rn authored Mar 25, 2020
1 parent f71d712 commit 44b963c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ int main()
const dbcppp_Message* msg = dbcppp_NetworkGetMessageById(net, frame.id);
if (msg)
{
std::cout << "Received message: " << msg->getName() << std::endl;
printf("Received message: %s\n", dbcppp_MessageGetName(msg));
void print_signal_data(const dbcppp_Signal* sig, void* data)
{
Expand Down

0 comments on commit 44b963c

Please sign in to comment.