summaryrefslogtreecommitdiff
path: root/tinyusb/host/hub.h
diff options
context:
space:
mode:
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