Skip to content

Commit 7847945

Browse files
Merge branch 'experimental' of https://github.com/opencyphal/libcanard into experimental
2 parents e3f6889 + ba3d96f commit 7847945

File tree

2 files changed

+571
-1
lines changed

2 files changed

+571
-1
lines changed

libcanard/canard.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1644,7 +1644,7 @@ static canard_filter_t rx_filter_for_subscription(const canard_t* const self, co
16441644
return f;
16451645
}
16461646

1647-
// Make a new filter that will accept frames accepted by both of the arguments.
1647+
// Make a new filter that will accept frames accepted by either of the arguments (minimal superset).
16481648
static canard_filter_t rx_filter_fuse(const canard_filter_t a, const canard_filter_t b)
16491649
{
16501650
const uint32_t mask = a.extended_mask & b.extended_mask & ~(a.extended_can_id ^ b.extended_can_id);

0 commit comments

Comments
 (0)