Skip to content

Commit

Permalink
CAN: Add API to get thingset_can instance
Browse files Browse the repository at this point in the history
This can be useful to find out the node address.
  • Loading branch information
martinjaeger authored and garethpotter committed Oct 23, 2023
1 parent db20b31 commit 57b787d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/thingset/can.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ struct thingset_can
thingset_can_report_rx_callback_t report_rx_cb;
int64_t next_pub_time;
uint8_t node_addr;
bool pub_enable;
};

#ifdef CONFIG_THINGSET_CAN_MULTIPLE_INSTANCES
Expand Down

0 comments on commit 57b787d

Please sign in to comment.