Skip to content

Commit

Permalink
Fix example app
Browse files Browse the repository at this point in the history
  • Loading branch information
leonrinkel committed May 12, 2024
1 parent 144feb8 commit 24a00aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ int main(void)
struct can_frame frame = {0};
const struct can_filter filter =
{
.flags = CAN_FILTER_DATA | CAN_FILTER_FDF,
.flags = CAN_FILTER_DATA,
.id = 0x123,
};

Expand Down

0 comments on commit 24a00aa

Please sign in to comment.