summaryrefslogtreecommitdiff
path: root/src/host/ehci
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-07 14:57:58 +0700
committerhathach <[email protected]>2018-12-07 14:57:58 +0700
commit366ab797769b77dbf353b101ba862b20084dbc02 (patch)
tree9b742c44b00412b0d97068d1c0daa573c2c6c338 /src/host/ehci
parentd524da0c941783887eaea968e5e7f8cb63313451 (diff)
able to build host hid
Diffstat (limited to 'src/host/ehci')
-rw-r--r--src/host/ehci/ehci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/host/ehci/ehci.c b/src/host/ehci/ehci.c
index c9947a19c..84839b697 100644
--- a/src/host/ehci/ehci.c
+++ b/src/host/ehci/ehci.c
@@ -48,6 +48,9 @@
#include "../usbh_hcd.h"
#include "ehci.h"
+// TODO remove
+#include "chip.h"
+
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF
//--------------------------------------------------------------------+