This commit is contained in:
cinap_lenrek 2014-06-13 10:21:27 +02:00
commit 26d2fbaec1

View file

@ -36,7 +36,7 @@
* Time
*/
#define HZ (100) /* clock frequency */
#define MS2HZ (100/HZ) /* millisec per clock tick */
#define MS2HZ (1000/HZ) /* millisec per clock tick */
#define TK2SEC(t) ((t)/HZ) /* ticks to seconds */
/*