Skip to content

Commit 4d138d6

Browse files
committed
Slow down the main loop count
1 parent 9c601bd commit 4d138d6

File tree

2 files changed

+1
-1483
lines changed

2 files changed

+1
-1483
lines changed

source/main.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ int main(void)
5555

5656
while (1) {
5757
printf("Main loop count: %d\r\n", count++);
58+
Thread::wait(500);
5859
}
5960

6061
return 0;

0 commit comments

Comments
 (0)