diff options
| author | hathach <[email protected]> | 2018-07-23 22:32:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-07-23 22:32:21 +0700 |
| commit | 361928f42983bed4d10443668d8eb3db69ade80f (patch) | |
| tree | e4d07c3810ba61aed83a27fcce559b9ff6f65284 /src/host | |
| parent | 176607dbe16207a3d2d46e9674ae15a995406478 (diff) | |
rename timeout_timer.h to tusb_timeout.h
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/ehci/ehci.c | 2 | ||||
| -rw-r--r-- | src/host/ohci/ohci.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/host/ehci/ehci.c b/src/host/ehci/ehci.c index c9cd39378..9e326ec53 100644 --- a/src/host/ehci/ehci.c +++ b/src/host/ehci/ehci.c @@ -44,7 +44,7 @@ //--------------------------------------------------------------------+
#include "hal/hal.h"
#include "osal/osal.h"
-#include "common/timeout_timer.h"
+#include "common/tusb_timeout.h"
#include "../hcd.h"
#include "../usbh_hcd.h"
diff --git a/src/host/ohci/ohci.c b/src/host/ohci/ohci.c index 5788aac94..73e9d887e 100644 --- a/src/host/ohci/ohci.c +++ b/src/host/ohci/ohci.c @@ -44,7 +44,7 @@ //--------------------------------------------------------------------+
#include "hal/hal.h"
#include "osal/osal.h"
-#include "common/timeout_timer.h"
+#include "common/tusb_timeout.h"
#include "../hcd.h"
#include "../usbh_hcd.h"
|
