浏览代码

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

This wasn't caught before because nothing was including this header.
Luke 4 年之前
父节点
当前提交
7dd1786b13
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Kernel/Bus/USB/USBEndpoint.h

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

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