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
64e322d2
Commit
64e322d2
authored
Dec 31, 2025
by
何锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
✨
feat:删除第0步
parent
caf390c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Check_Ctrl.c
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
+1
-1
init.c
YueJin_test_bench/source/System/init.c
+2
-0
No files found.
YueJin_test_bench/source/Appliciation/Check_Ctrl.c
View file @
64e322d2
...
...
@@ -75,7 +75,7 @@ void MENU_CHECK_STEP_ADD(void)
MENU_CHECK_STEP
++
;
if
(
MENU_CHECK_STEP
>
9
)
{
MENU_CHECK_STEP
=
0
;
MENU_CHECK_STEP
=
1
;
}
}
void
MENU_CHECK_STEP_SUB
(
void
)
...
...
YueJin_test_bench/source/System/init.c
View file @
64e322d2
...
...
@@ -113,6 +113,8 @@ void Sys_Startup_Init(void)
RELAY_VBAT_MCU
=
1
;
RELAY_KEY_MCU
=
0
;
ONE_KEY
=
1
;
MENU_CHECK_STEP
=
1
;
}
/***********************************************************************
...
...
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