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 /tinyusb/host | |
| parent | 5f8839fff8ff12bbf172b5fb9a984867a0d1d8da (diff) | |
rename usbd_host to usbh
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/hcd.h | 2 | ||||
| -rw-r--r-- | tinyusb/host/usbh.c (renamed from tinyusb/host/usbd_host.c) | 2 | ||||
| -rw-r--r-- | tinyusb/host/usbh.h (renamed from tinyusb/host/usbd_host.h) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index 476170b74..31c1feb4d 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -56,7 +56,7 @@ #endif #include "common/common.h" -//#include "usbd_host.h" +//#include "usbh.h" typedef uint32_t pipe_handle_t; diff --git a/tinyusb/host/usbd_host.c b/tinyusb/host/usbh.c index 293d8dbbd..69d30467b 100644 --- a/tinyusb/host/usbd_host.c +++ b/tinyusb/host/usbh.c @@ -45,7 +45,7 @@ // INCLUDE //--------------------------------------------------------------------+ #include "common/common.h" -#include "usbd_host.h" +#include "usbh.h" #include "osal/osal.h" //--------------------------------------------------------------------+ diff --git a/tinyusb/host/usbd_host.h b/tinyusb/host/usbh.h index 12e7df48d..d0ad72c02 100644 --- a/tinyusb/host/usbd_host.h +++ b/tinyusb/host/usbh.h @@ -1,5 +1,5 @@ /* - * usbd_host.h + * usbh.h * * Created on: Jan 19, 2013 * Author: hathach |
