mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[ISAPNP]
- Fix a typo svn path=/trunk/; revision=46775
This commit is contained in:
@@ -352,7 +352,7 @@ TryIsolate(PUCHAR ReadDataPort)
|
||||
HwDelay();
|
||||
Data = ((Data << 8) | ReadData(ReadDataPort));
|
||||
HwDelay();
|
||||
Data >>= 1;
|
||||
Byte >>= 1;
|
||||
|
||||
if (Data != 0xFFFF)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user