mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
canutils/libobd2: replace field ch_unused with ch_tcf
https://github.com/apache/nuttx-apps/pull/2635 replaced ch_unused with ch_tcf Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
1b27b73a99
commit
7cabf00380
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ int obd_send_request(FAR struct obd_dev_s *dev, uint8_t opmode, uint8_t pid)
|
|||
#ifdef CONFIG_CAN_EXTID
|
||||
dev->can_txmsg.cm_hdr.ch_extid = extended; /* Standard/Extend mode */
|
||||
#endif
|
||||
dev->can_txmsg.cm_hdr.ch_unused = 0; /* Unused */
|
||||
dev->can_txmsg.cm_hdr.ch_tcf = 0; /* Unused */
|
||||
|
||||
/* Single Frame with two bytes data */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue