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
OceanfromXiaomi committed Sep 30, 2024
1 parent 9cdfc2a commit 6dc938e
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_tcf = 0;
txmsg.cm_hdr.ch_tcf = 0;

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

0 comments on commit 6dc938e

Please sign in to comment.