mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
rename timeout_timer.h to tusb_timeout.h
This commit is contained in:
parent
176607dbe1
commit
361928f429
@ -45,7 +45,7 @@
|
|||||||
// INCLUDE
|
// INCLUDE
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "common/tusb_common.h"
|
#include "common/tusb_common.h"
|
||||||
#include "common/timeout_timer.h"
|
#include "common/tusb_timeout.h"
|
||||||
#include "hid_device.h"
|
#include "hid_device.h"
|
||||||
#include "device/usbd_pvt.h"
|
#include "device/usbd_pvt.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**************************************************************************/
|
/**************************************************************************/
|
||||||
/*!
|
/*!
|
||||||
@file timeout_timer.h
|
@file tusb_timeout.h
|
||||||
@author hathach (tinyusb.org)
|
@author hathach (tinyusb.org)
|
||||||
|
|
||||||
@section LICENSE
|
@section LICENSE
|
||||||
@ -41,8 +41,8 @@
|
|||||||
* @{ */
|
* @{ */
|
||||||
|
|
||||||
|
|
||||||
#ifndef _TUSB_TIMEOUT_TTIMER_H_
|
#ifndef _TUSB_TIMEOUT_H_
|
||||||
#define _TUSB_TIMEOUT_TTIMER_H_
|
#define _TUSB_TIMEOUT_H_
|
||||||
|
|
||||||
#include "tusb_compiler.h"
|
#include "tusb_compiler.h"
|
||||||
#include "tusb_hal.h"
|
#include "tusb_hal.h"
|
||||||
@ -80,6 +80,6 @@ static inline void timeout_blocking_wait(uint32_t msec)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* _TUSB_TIMEOUT_TTIMER_H_ */
|
#endif /* _TUSB_TIMEOUT_H_ */
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
@ -44,7 +44,7 @@
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "hal/hal.h"
|
#include "hal/hal.h"
|
||||||
#include "osal/osal.h"
|
#include "osal/osal.h"
|
||||||
#include "common/timeout_timer.h"
|
#include "common/tusb_timeout.h"
|
||||||
|
|
||||||
#include "../hcd.h"
|
#include "../hcd.h"
|
||||||
#include "../usbh_hcd.h"
|
#include "../usbh_hcd.h"
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
#include "hal/hal.h"
|
#include "hal/hal.h"
|
||||||
#include "osal/osal.h"
|
#include "osal/osal.h"
|
||||||
#include "common/timeout_timer.h"
|
#include "common/tusb_timeout.h"
|
||||||
|
|
||||||
#include "../hcd.h"
|
#include "../hcd.h"
|
||||||
#include "../usbh_hcd.h"
|
#include "../usbh_hcd.h"
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
#include "common/tusb_common.h"
|
#include "common/tusb_common.h"
|
||||||
#include "hal/hal.h"
|
#include "hal/hal.h"
|
||||||
#include "osal/osal.h"
|
#include "osal/osal.h"
|
||||||
#include "common/timeout_timer.h"
|
#include "common/tusb_timeout.h"
|
||||||
|
|
||||||
#include "device/dcd.h"
|
#include "device/dcd.h"
|
||||||
#include "usbd_dcd.h"
|
#include "usbd_dcd.h"
|
||||||
|
@ -46,7 +46,7 @@
|
|||||||
#include "common/tusb_common.h"
|
#include "common/tusb_common.h"
|
||||||
#include "tusb_hal.h"
|
#include "tusb_hal.h"
|
||||||
#include "osal/osal.h"
|
#include "osal/osal.h"
|
||||||
#include "common/timeout_timer.h"
|
#include "common/tusb_timeout.h"
|
||||||
|
|
||||||
#include "device/dcd.h"
|
#include "device/dcd.h"
|
||||||
#include "dcd_lpc43xx.h"
|
#include "dcd_lpc43xx.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user