mirror of
https://github.com/open-simh/simh.git
synced 2026-01-19 17:47:54 +00:00
Fixed typo in comment
This commit is contained in:
parent
97eb58cfc4
commit
469b4b249c
@ -418,7 +418,7 @@ if (c >= 0) { /* poll connect */
|
||||
TMLN *lp = &sim_rem_con_tmxr.ldsc[c];
|
||||
char wru_name[8];
|
||||
|
||||
sim_activate_after(uptr+1, 1000000); /* start data poll after 100ms */
|
||||
sim_activate_after(uptr+1, 1000000); /* start data poll after 1 second */
|
||||
lp->rcve = 1; /* rcv enabled */
|
||||
sim_rem_buf_ptr[c] = 0; /* start with empty command buffer */
|
||||
if (isprint(sim_int_char&0xFF))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user