Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이다은
/
raspberry
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
daeun
2021-04-23 15:11:33 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
25480d09539d9c9e21f060fe30d809d2c5eeb938
25480d09
1 parent
3bcf322f
a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
midterm4.c
midterm4.c
View file @
25480d0
...
@@ -63,6 +63,7 @@ void stop() {
...
@@ -63,6 +63,7 @@ void stop() {
63
void
reset
()
{
63
void
reset
()
{
64
printf
(
"2"
);
64
printf
(
"2"
);
65
time
=
0
;
65
time
=
0
;
66
+
timer
();
66
state
=
2
;
67
state
=
2
;
67
}
68
}
68
void
init
()
{
69
void
init
()
{
...
...
Please
register
or
login
to post a comment