Skip to content

Commit

Permalink
example/can: replace field ch_unused with ch_tcf
Browse files Browse the repository at this point in the history
Signed-off-by: zhaohaiyang1 <[email protected]>
  • Loading branch information
xucheng5 authored and xiaoxiang781216 committed Oct 2, 2024
1 parent c916f16 commit 76d419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/can/can_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ int main(int argc, FAR char *argv[])
txmsg.cm_hdr.ch_brs = brs;
txmsg.cm_hdr.ch_esi = false;
#endif
txmsg.cm_hdr.ch_unused = 0;
txmsg.cm_hdr.ch_tcf = 0;

for (i = 0; i < msgbytes; i++)
{
Expand Down

0 comments on commit 76d419c

Please sign in to comment.