sys_time fix

This commit is contained in:
Nekotekina 2014-08-05 14:29:00 +04:00
parent 8f04ab07ed
commit bdc263bc34
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#define MHZ (10000000)
#define MHZ (1000000)
// Auxiliary functions
u64 get_time();