Skip to content

Commit

Permalink
Style changes 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eth1platinum authored Jul 4, 2024
1 parent e724dc3 commit f9d6bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/can.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ int thingset_can_init_inst(struct thingset_can *ts_can, const struct device *can
/* address claiming is finished */
k_event_post(&ts_can->events, EVENT_ADDRESS_CLAIMING_FINISHED);
LOG_INF("Using CAN node address 0x%.2X on %s", ts_can->node_addr,
ts_can->dev->name);
ts_can->dev->name);
break;
}

Expand Down

0 comments on commit f9d6bae

Please sign in to comment.