pc64: fix MS2HZ (thanks Anthony Martin)
This commit is contained in:
parent
63ac70281a
commit
e6f37cf64e
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue