-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
Good first issueGood for a first time contributor to takeGood for a first time contributor to takearea: CAN
Description
Describe the bug
Current CAN-API mention wrong structure parameters in zcan_filter, (for example std_id):
const struct zcan_filter my_filter = {
.id_type = CAN_STANDARD_IDENTIFIER,
.rtr = CAN_DATAFRAME,
.std_id = 0x120,
.rtr_mask = 1,
.std_id_mask = 0x7F0
};
To Reproduce
Compare current CAN-API with doxygen docs
Expected behavior
Right names in structures
Additional context
Placeholder for me for later fix or somebody, willing update it.
Metadata
Metadata
Assignees
Labels
Good first issueGood for a first time contributor to takeGood for a first time contributor to takearea: CAN