diff options
| author | hathach <[email protected]> | 2013-02-27 20:58:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-27 20:58:11 +0700 |
| commit | f56f6b67499b3ca2a0b2c18cfba7399a4eea6276 (patch) | |
| tree | 6c5850935d43fd679e327c49136de0cd96c8ffe5 /tests/test | |
| parent | 594fc6771c4106b84c4bbaa03a8f3b81c5d82b0a (diff) | |
add timeout_timer.h to provide real tick timeout service for blocking control
Diffstat (limited to 'tests/test')
| -rw-r--r-- | tests/test/host/ehci/test_ehci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test/host/ehci/test_ehci.c b/tests/test/host/ehci/test_ehci.c index 83f81787e..c0200e3b0 100644 --- a/tests/test/host/ehci/test_ehci.c +++ b/tests/test/host/ehci/test_ehci.c @@ -39,8 +39,10 @@ #include "tusb_option.h" #include "errors.h" #include "binary.h" +#include "mock_osal.h" #include "ehci.h" + //--------------------------------------------------------------------+ // Setup/Teardown + helper declare //--------------------------------------------------------------------+ |
