Skip to content
Snippets Groups Projects
Commit 95634a3b authored by Gregory Nutt's avatar Gregory Nutt
Browse files

CAN IOCTLs: Should support standard CAN filtering in extended ID mode

parent 42514625
No related branches found
No related tags found
No related merge requests found
arch @ b86c14f3
Subproject commit a7a7a7c6dd4f36f690139bc457064e6b24d009eb
Subproject commit b86c14f379e704186664ddfaff5fd26c7fe89711
......@@ -378,7 +378,8 @@ struct canioc_extfilter_s
uint8_t xf_type; /* See CAN_FILTER_* definitions */
uint8_t xf_prio; /* See CAN_MSGPRIO_* definitions */
};
#else
#endif
struct canioc_stdfilter_s
{
uint16_t sf_id1; /* 11-bit ID. For dual match or for the
......@@ -388,7 +389,6 @@ struct canioc_stdfilter_s
uint8_t sf_type; /* See CAN_FILTER_* definitions */
uint8_t sf_prio; /* See CAN_MSGPRIO_* definitions */
};
#endif
/************************************************************************************
* Public Data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment