sys: fix TMX_ResetOffset() to set status back correctly
This commit is contained in:
parent
cec4f2b140
commit
29b587a9c5
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ TMX_ResetOffset(void)
|
||||||
|
|
||||||
/* Set status back */
|
/* Set status back */
|
||||||
txc.modes = ADJ_STATUS;
|
txc.modes = ADJ_STATUS;
|
||||||
txc.modes = status;
|
txc.status = status;
|
||||||
if (adjtimex(&txc) < 0)
|
if (adjtimex(&txc) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue