Bug fix fix - remove debugging implementation of needoutflush.
This commit is contained in:
parent
78439d25f8
commit
7103ceb031
1 changed files with 2 additions and 1 deletions
|
|
@ -826,7 +826,7 @@ outsend(void)
|
||||||
int
|
int
|
||||||
needoutflush(void)
|
needoutflush(void)
|
||||||
{
|
{
|
||||||
return 1;
|
return outmsg >= outdata+DATASIZE;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
@ -835,6 +835,7 @@ outflush(void)
|
||||||
if(outmsg == outdata)
|
if(outmsg == outdata)
|
||||||
return;
|
return;
|
||||||
outbuffered = 0;
|
outbuffered = 0;
|
||||||
|
/* flow control */
|
||||||
outT0(Hack);
|
outT0(Hack);
|
||||||
waitack = 1;
|
waitack = 1;
|
||||||
do
|
do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue