QueryPAD: remove apparently useless wait

This commit is contained in:
Xavier Del Campo Romero 2021-10-24 03:11:28 +02:00
parent 8a2647469b
commit 659b069b64
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ void QueryPAD(int pad_n, const unsigned char *in, unsigned char *out, int len)
/*Get the initial command (usually 0x01 or 0x81)*/
TempData = *in;
#if 0
for(y=0;y<400;y++); /*Slight delay before first transmission*/
#endif
for(x = 0; x < len; x++)
{