Don't reset kernel frequency on start without drift file

This commit is contained in:
Miroslav Lichvar
2011-06-14 21:03:16 +02:00
parent a5f63180fc
commit 2b7e4d645f
4 changed files with 26 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ struct tmx_params {
int TMX_SetTick(long tick);
int TMX_ApplyOffset(long *offset);
int TMX_SetFrequency(double *freq, long tick);
int TMX_GetFrequency(double *freq);
int TMX_GetFrequency(double *freq, long *tick);
int TMX_GetOffsetLeft(long *offset);
int TMX_ReadCurrentParams(struct tmx_params *params);
int TMX_SetLeap(int leap);