diff options
| author | hathach <[email protected]> | 2013-02-04 12:29:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-04 12:29:50 +0700 |
| commit | 5ec56120e678672c9da1953ad1890ecfa7bdb773 (patch) | |
| tree | fa89b552b30eb0facba6774c817e39a3fe474e28 /tests | |
| parent | 5f8839fff8ff12bbf172b5fb9a984867a0d1d8da (diff) | |
rename usbd_host to usbh
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test/host/test_hid_host_keyboard.c | 2 | ||||
| -rw-r--r-- | tests/test/host/test_usbd_host.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/host/test_hid_host_keyboard.c b/tests/test/host/test_hid_host_keyboard.c index 72d28527b..d0a93f691 100644 --- a/tests/test/host/test_hid_host_keyboard.c +++ b/tests/test/host/test_hid_host_keyboard.c @@ -39,7 +39,7 @@ #include "errors.h" #include "hid_host.h" #include "mock_osal.h" -#include "mock_usbd_host.h" +#include "mock_usbh.h" extern class_hid_keyboard_info_t keyboard_info_pool[TUSB_CFG_HOST_DEVICE_MAX]; diff --git a/tests/test/host/test_usbd_host.c b/tests/test/host/test_usbd_host.c index dd3ab0f94..9143ef3f1 100644 --- a/tests/test/host/test_usbd_host.c +++ b/tests/test/host/test_usbd_host.c @@ -37,7 +37,7 @@ #include "unity.h" #include "errors.h" -#include "usbd_host.h" +#include "usbh.h" #include "mock_osal.h" #include "mock_hcd.h" |
