summaryrefslogtreecommitdiff
path: root/tinyusb/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-17 22:57:11 +0700
committerhathach <[email protected]>2014-04-17 22:57:11 +0700
commit06bb9ad7a797d5da58358a59fb874782e1c67b59 (patch)
tree399b4e7108dc4ef2094468450865fcbbc2ae3dfa /tinyusb/host
parent69c46b2f9a1b272392fe5fb26d6cbea1da530c13 (diff)
move STRING & XSTRING & STATIC_ASSERT to compiler.h
disable test for a class of cdc host temporarily disable test for test_osal_none.c change include in some core files remove osal.h from common.h
Diffstat (limited to 'tinyusb/host')
-rw-r--r--tinyusb/host/ehci/ehci.h4
-rw-r--r--tinyusb/host/usbh_hcd.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h
index 2feb1e708..5c60dd8de 100644
--- a/tinyusb/host/ehci/ehci.h
+++ b/tinyusb/host/ehci/ehci.h
@@ -40,13 +40,13 @@
* @{
* \defgroup EHCI
* \brief EHCI driver. All documents sources mentioned here (eg section 3.5) is referring to EHCI Specs unless state otherwise
- * @{
- */
+ * @{ */
#ifndef _TUSB_EHCI_H_
#define _TUSB_EHCI_H_
#include "common/common.h"
+#include "../hcd.h"
/* Abbreviation
* HC: Host Controller
diff --git a/tinyusb/host/usbh_hcd.h b/tinyusb/host/usbh_hcd.h
index 92b2663f9..7e03e8764 100644
--- a/tinyusb/host/usbh_hcd.h
+++ b/tinyusb/host/usbh_hcd.h
@@ -50,10 +50,10 @@
// INCLUDE
//--------------------------------------------------------------------+
#include "common/common.h"
+#include "osal/osal.h"
#ifdef _TEST_
#include "hcd.h"
-#include "osal.h"
#endif
//--------------------------------------------------------------------+