Markus Hitter
|
99fdb99203
|
clock.c: make stuff used only in clock.c static to this file.
Better encapsulation, no functional change, no binary size change.
|
2015-08-01 16:22:10 +02:00 |
Markus Hitter
|
f26623d173
|
Move clock stuff from timer.c/.h to clock.c/.h.
I guess that's where it belongs.
|
2014-10-18 20:57:32 +02:00 |
Markus Hitter
|
8f94d4b421
|
clock.c: make clock_10ms() and clock_250ms() static.
These shouldn't be called by outside code, use clock() instead.
Surprisingly, this saves another 12 bytes binary size.
|
2012-09-29 23:00:39 +02:00 |
Markus Hitter
|
f06b013179
|
clock.c: introduce clock().
This simplifies calls to clock_10ms() a bit and saves 18 bytes
binary size.
|
2012-09-29 23:00:24 +02:00 |
Michael Moon
|
096d7dfdf3
|
Merge release-candidate-triffid branch
|
2011-01-07 23:09:13 +11:00 |
Michael Moon
|
595b66a341
|
setting up new branch 2
|
2010-08-10 14:26:24 +10:00 |