mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Kernel/USB: Use "Pipe" instead of "USBPipe" in USBEndpoint
This wasn't caught before because nothing was including this header.
This commit is contained in:
parent
035aef9c09
commit
7dd1786b13
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ private:
|
||||||
USBEndpoint(/* TODO */);
|
USBEndpoint(/* TODO */);
|
||||||
USBEndpointDescriptor m_descriptor;
|
USBEndpointDescriptor m_descriptor;
|
||||||
|
|
||||||
USBPipe m_pipe;
|
Pipe m_pipe;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue