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
fe92c656
Commit
fe92c656
authored
11 months ago
by
时昊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:41036修改休眠唤醒后,显示rtc计时的值后再显示报文值
parent
d16c267a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gauge_Display.c
le19源码/Source/Application/Display/Gauge_Display.c
+2
-2
Tasks.c
le19源码/Source/Application/System/src/Tasks.c
+1
-1
No files found.
le19源码/Source/Application/Display/Gauge_Display.c
View file @
fe92c656
...
@@ -426,8 +426,8 @@ void Gauge_Clock_Display(void)
...
@@ -426,8 +426,8 @@ void Gauge_Clock_Display(void)
if
(
SYS_OPR_STAT_IGN_ON
)
if
(
SYS_OPR_STAT_IGN_ON
)
{
{
//��ȡʱ��
//��ȡʱ��
RTCTimeCurrent
.
Hour
=
Get_
RTC_HOUR
(
);
RTCTimeCurrent
.
Hour
=
Get_
ID_18FEE69F_Sig_TBOX_Hour
(
);
RTCTimeCurrent
.
Minute
=
Get_
RTC_MINUTE
(
);
RTCTimeCurrent
.
Minute
=
Get_
ID_18FEE69F_Sig_TBOX_Minute
(
);
//ʱ����ʾ
//ʱ����ʾ
if
(
Factory_ClearOdo_Display_Flag
==
0
)
if
(
Factory_ClearOdo_Display_Flag
==
0
)
...
...
This diff is collapsed.
Click to expand it.
le19源码/Source/Application/System/src/Tasks.c
View file @
fe92c656
...
@@ -172,7 +172,7 @@ void Sys_Run_Mode_100ms_Tasks_Group0(void)
...
@@ -172,7 +172,7 @@ void Sys_Run_Mode_100ms_Tasks_Group0(void)
SERVICE_Time_Calibration_Service
();
//时钟更新服务
//
SERVICE_Time_Calibration_Service(); //时钟更新服务
//RTE_RTC_Services_100Ms_Cbk(); //时钟服务函数
//RTE_RTC_Services_100Ms_Cbk(); //时钟服务函数
Services_ODO_100MS_Cbk
();
Services_ODO_100MS_Cbk
();
// Services_ODO_100MS_Cbk1();/*程序内部使用,里程备份增加专用里程,非显示里程*/
// Services_ODO_100MS_Cbk1();/*程序内部使用,里程备份增加专用里程,非显示里程*/
...
...
This diff is collapsed.
Click to expand it.
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