GITLAB
ezalczer
/
Tutorat_microP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4837e77d4238a2c744f93a5a755671b123703ed1
Authored by
ezalczer
2017-05-28 22:53:39 +0200
1 parent
c528355c
62500->250
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Algorithme
Inline
Side-by-side
Algorithme
Wrap text
Show/Hide comments
View file @
4837e77
...
...
@@ -167,7 +167,7 @@ reglage:
167
167
168
168
inc_heure:
169
169
Top_seconde=Top_seconde+1
170
- if(Top_seconde==
6250
0)
170
+ if(Top_seconde==
25
0)
171
171
Top_seconde=0
172
172
Seconde=Seconde+1
173
173
if(Seconde==60)
...
...