Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
VC66_7C
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISUZU
VC66_7C
Commits
2b137f38
Commit
2b137f38
authored
Mar 21, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整参数
parent
f2e55a04
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
RTE_CAN.c
source/Application/RTE/RTE_CAN.c
+1
-2
No files found.
source/Application/RTE/RTE_CAN.c
View file @
2b137f38
...
...
@@ -85,10 +85,9 @@ uint8_t Can_Write(_CAN_Msg *Msg)
CANFrame
.
unCANData
.
u8CANData
[
7
]
=
Msg
->
Msg
[
7
];
CANFrame
.
u32CANID
=
Msg
->
MsgID
;
CANFrame
.
u8CANLEN
=
8
;
CANFrame
.
u8CANLEN
=
Msg
->
MsgDLC
;
CANFrame
.
u8CANFrameIDE
=
1u
;
switch
(
Msg
->
MsgPro
)
{
case
0x00u
:
RSCAN0_CH0_Set_TXBUF_Data
(
RSCAN_CHANNEL_BUF_0
,
&
CANFrame
);
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment