summaryrefslogtreecommitdiff
path: root/tinyusb/host/hub.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-12 22:45:35 +0700
committerhathach <[email protected]>2018-03-12 22:45:35 +0700
commit34dbb3532ce4a5dd22cf8e596eb007003c3dd43c (patch)
treef441b1a73c2c17ca02278a2098c0056a44174959 /tinyusb/host/hub.h
parent6f1565c50eb4043b93b54e53d0bea8e25c7d830c (diff)
more rename
Diffstat (limited to 'tinyusb/host/hub.h')
-rw-r--r--tinyusb/host/hub.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/hub.h b/tinyusb/host/hub.h
index 665765a2a..512d14742 100644
--- a/tinyusb/host/hub.h
+++ b/tinyusb/host/hub.h
@@ -48,7 +48,7 @@
#ifndef _TUSB_HUB_H_
#define _TUSB_HUB_H_
-#include "common/common.h"
+#include <common/tusb_common.h>
#include "usbh.h"
#ifdef __cplusplus