mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
[ISAPNP]
- Fix a typo svn path=/trunk/; revision=46775
This commit is contained in:
parent
07e1066306
commit
5fcb03c68d
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ TryIsolate(PUCHAR ReadDataPort)
|
|||
HwDelay();
|
||||
Data = ((Data << 8) | ReadData(ReadDataPort));
|
||||
HwDelay();
|
||||
Data >>= 1;
|
||||
Byte >>= 1;
|
||||
|
||||
if (Data != 0xFFFF)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue