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/class | |
| parent | 176607dbe16207a3d2d46e9674ae15a995406478 (diff) | |
rename timeout_timer.h to tusb_timeout.h
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/hid/hid_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_device.c b/src/class/hid/hid_device.c index 325485425..4ce927725 100644 --- a/src/class/hid/hid_device.c +++ b/src/class/hid/hid_device.c @@ -45,7 +45,7 @@ // INCLUDE
//--------------------------------------------------------------------+
#include "common/tusb_common.h"
-#include "common/timeout_timer.h"
+#include "common/tusb_timeout.h"
#include "hid_device.h"
#include "device/usbd_pvt.h"
|
