mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-15 03:40:19 +00:00
rename usbd_host to usbh
This commit is contained in:
parent
5f8839fff8
commit
5ec56120e6
@ -39,7 +39,7 @@
|
|||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "hid_host.h"
|
#include "hid_host.h"
|
||||||
#include "mock_osal.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];
|
extern class_hid_keyboard_info_t keyboard_info_pool[TUSB_CFG_HOST_DEVICE_MAX];
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
#include "unity.h"
|
#include "unity.h"
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "usbd_host.h"
|
#include "usbh.h"
|
||||||
#include "mock_osal.h"
|
#include "mock_osal.h"
|
||||||
#include "mock_hcd.h"
|
#include "mock_hcd.h"
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "host/usbd_host.h"
|
#include "host/usbh.h"
|
||||||
#include "hid.h"
|
#include "hid.h"
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
//#include "usbd_host.h"
|
//#include "usbh.h"
|
||||||
|
|
||||||
typedef uint32_t pipe_handle_t;
|
typedef uint32_t pipe_handle_t;
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
// INCLUDE
|
// INCLUDE
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
#include "usbd_host.h"
|
#include "usbh.h"
|
||||||
#include "osal/osal.h"
|
#include "osal/osal.h"
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* usbd_host.h
|
* usbh.h
|
||||||
*
|
*
|
||||||
* Created on: Jan 19, 2013
|
* Created on: Jan 19, 2013
|
||||||
* Author: hathach
|
* Author: hathach
|
@ -51,7 +51,7 @@
|
|||||||
#include "common/common.h"
|
#include "common/common.h"
|
||||||
|
|
||||||
#ifdef TUSB_CFG_HOST
|
#ifdef TUSB_CFG_HOST
|
||||||
#include "host/usbd_host.h"
|
#include "host/usbh.h"
|
||||||
|
|
||||||
#ifdef HOST_CLASS_HID
|
#ifdef HOST_CLASS_HID
|
||||||
#include "class/hid_host.h"
|
#include "class/hid_host.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user