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
11b7de1e
Commit
11b7de1e
authored
Mar 08, 2022
by
hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
e81147a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
kwp2000_tp.c
source/Application/K_BUS/kwp2000_tp.c
+2
-2
UART.c
source/Driver/UART/UART.c
+2
-1
No files found.
source/Application/K_BUS/kwp2000_tp.c
View file @
11b7de1e
...
@@ -176,7 +176,7 @@ void Kwp2000_Timeout(void)
...
@@ -176,7 +176,7 @@ void Kwp2000_Timeout(void)
/*-------------------------------------------------------------------------
/*-------------------------------------------------------------------------
* Function Name : Kwp2000_CommuniationDown
* Function Name : Kwp2000_CommuniationDown
* Description :
Í
通讯底层与协议层初始化
* Description : 通讯底层与协议层初始化
* Input :
* Input :
* Output : None
* Output : None
* Return : None
* Return : None
...
@@ -548,7 +548,7 @@ void Kwp2000_ComInit_Handle(void)
...
@@ -548,7 +548,7 @@ void Kwp2000_ComInit_Handle(void)
/*-------------------------------------------------------------------------
/*-------------------------------------------------------------------------
* Function Name : Kwp2000_AscRxInterrupt
* Function Name : Kwp2000_AscRxInterrupt
* Description :
���ڽ����ж�
* Description :
串口接收中断
* Input :
* Input :
* Output : None
* Output : None
* Return : None
* Return : None
...
...
source/Driver/UART/UART.c
View file @
11b7de1e
...
@@ -453,7 +453,8 @@ void UART_CH3_TX_ISR(void)
...
@@ -453,7 +453,8 @@ void UART_CH3_TX_ISR(void)
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
#define UART_CH_SEL UART_RLIN30
//#define UART_CH_SEL UART_RLIN30
#define UART_CH_SEL UART_RLIN32
/*****所有引脚相关根据实际引脚自行添加****/
/*****所有引脚相关根据实际引脚自行添加****/
/*****所有引脚相关根据实际引脚自行添加****/
/*****所有引脚相关根据实际引脚自行添加****/
...
...
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