Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LE19
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
时昊
LE19
Commits
ba2b0fbb
Commit
ba2b0fbb
authored
Jun 25, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:修改qac问题,局部变量未初始化
parent
3642c8aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Gauge_Display.c
le19源码/Source/Application/Display/Gauge_Display.c
+2
-2
No files found.
le19源码/Source/Application/Display/Gauge_Display.c
View file @
ba2b0fbb
...
...
@@ -192,8 +192,8 @@ uint16_t Get_Over_Speed_Config(uint8_t Para0)
void
Gauge_Power_Display
(
void
)
{
uint8_t
powerSegNum
;
uint16_t
powerDisplayValue
;
uint8_t
powerSegNum
=
0
;
uint16_t
powerDisplayValue
=
0
;
uint8_t
powerDisplaySign
;
uint32_t
powerCurrentValue
;
...
...
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