parent
234be4883b
commit
9a1ca7f298
1 changed files with 1 additions and 1 deletions
|
@ -777,7 +777,7 @@ return SCPE_OK;
|
|||
|
||||
t_stat clk_svc (UNIT *uptr)
|
||||
{
|
||||
int32_t t;
|
||||
int32 t;
|
||||
t = sim_rtcn_calb (clk_tps, TMR_CLK); /* calibrate clock */
|
||||
sim_activate_after (uptr, 1000000/clk_tps); /* reactivate unit */
|
||||
tmr_poll = t; /* set tmr poll */
|
||||
|
|
Loading…
Add table
Reference in a new issue