Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
haoJin750TFT
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
时昊
haoJin750TFT
Commits
1784a541
Commit
1784a541
authored
Jul 31, 2024
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:删除无用代码
parent
51fcd388
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
15 deletions
+1
-15
CommonInterface.c
Firmware/Source/Application/CommonInterface.c
+0
-14
CommonInterface.h
Firmware/Source/Application/CommonInterface.h
+1
-1
No files found.
Firmware/Source/Application/CommonInterface.c
View file @
1784a541
...
...
@@ -206,20 +206,6 @@ void Data_SortNWord(uint32_t *SortData, uint32_t len)
}
}
uint16_t
Common_Get_Act_V_Speed_Limit
(
void
)
{
uint16_t
ret
;
if
(
Act_V_Speed
>
2400U
)
{
ret
=
2400U
;
}
else
{
ret
=
Act_V_Speed
;
}
return
ret
;
}
Firmware/Source/Application/CommonInterface.h
View file @
1784a541
...
...
@@ -70,7 +70,7 @@ extern uint16_t Common_Get_DispSpeed(void);
extern
uint32_t
Common_GetIgnOnTime
(
void
);
/*ms*/
extern
uint32_t
Common_GetIgnOffTime
(
void
);
/*ms*/
extern
uint16_t
Common_Get_Act_V_Speed_Limit
(
void
);
extern
uint32_t
Data_Km_To_Mile
(
uint32_t
Km
);
...
...
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