diff options
Diffstat (limited to 'include/07.pit/deo4')
| -rw-r--r-- | include/07.pit/deo4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/07.pit/deo4 b/include/07.pit/deo4 new file mode 100644 index 0000000..8eba051 --- /dev/null +++ b/include/07.pit/deo4 @@ -0,0 +1,9 @@ +void timer_handler() +{ + tick++; + if(tick==TICKS_PER_SECOND) + { + //printf("%d seconds passed\n",time); + tick=0; + time++; + } |
