Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiancetai
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
陈家乐
jiancetai
Commits
e6477b48
Commit
e6477b48
authored
Dec 21, 2024
by
李冠华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix:修改反复接到相同的值后误判对比成功的问题
parent
5aecc46b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
NVS_Test.c
YueJin_test_bench/source/Appliciation/NVS_Test.c
+1
-3
No files found.
YueJin_test_bench/source/Appliciation/NVS_Test.c
View file @
e6477b48
...
@@ -66,10 +66,8 @@ void NVS_Test_Service(void)
...
@@ -66,10 +66,8 @@ void NVS_Test_Service(void)
{
{
huifudelayCount
=
0u
;
huifudelayCount
=
0u
;
if
(
(
TotalExecutionNum
!=
0U
)
&&
(
JieShouDaoHistoryVal
!=
JieShouDaoValue
)
)
if
(
TotalExecutionNum
!=
0U
)
{
{
JieShouDaoHistoryVal
=
JieShouDaoValue
;
if
(
JieShouDaoValue
!=
LastNum
)
if
(
JieShouDaoValue
!=
LastNum
)
{
{
if
((
JieShouDaoValue
==
BeforeLastNum
)
&&
(
BenCiShangDianZhiXingCount
==
0U
))
if
((
JieShouDaoValue
==
BeforeLastNum
)
&&
(
BenCiShangDianZhiXingCount
==
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