Explorar o código

Kernel/USB: Use "Pipe" instead of "USBPipe" in USBEndpoint

This wasn't caught before because nothing was including this header.
Luke %!s(int64=4) %!d(string=hai) anos
pai
achega
7dd1786b13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Kernel/Bus/USB/USBEndpoint.h

+ 1 - 1
Kernel/Bus/USB/USBEndpoint.h

@@ -56,7 +56,7 @@ private:
     USBEndpoint(/* TODO */);
     USBEndpointDescriptor m_descriptor;
 
-    USBPipe m_pipe;
+    Pipe m_pipe;
 };
 
 }