Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
TianYing_ty100
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
TY
TianYing_ty100
Commits
6250b2a7
Commit
6250b2a7
authored
Jul 12, 2024
by
李俭双
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:屏蔽不使用的变量及函数
parent
74355652
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Sys_Task_List.c
Firmware/Source/System/Sys_Task_List.c
+2
-2
No files found.
Firmware/Source/System/Sys_Task_List.c
View file @
6250b2a7
...
...
@@ -79,7 +79,7 @@ void Sys_50ms_Tasks(void)
}
uint8_t
u8LEDDriverCheckCount
=
0U
;
uint16_t
ljs_voltage
=
0
;
//
uint16_t ljs_voltage = 0;
void
Sys_100ms_Tasks
(
void
)
{
if
((
PageType
!=
Page_Time_Hour
)
&&
(
PageType
!=
Page_Time_Minute
))
...
...
@@ -95,7 +95,7 @@ void Sys_100ms_Tasks(void)
S3_ServerCNTT
();
//ECU_FaultCode_Processing_Service();
Send_UUID_To_Esp32
();
ljs_voltage
=
ADC_Conv_Single_Channel
(
ADC_CH_KL15_VOLTAGE
);
//
ljs_voltage = ADC_Conv_Single_Channel(ADC_CH_KL15_VOLTAGE);
if
(
u8LEDDriverCheckCount
>=
10U
)
{
u8LEDDriverCheckCount
=
0U
;
...
...
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