mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
clean up
This commit is contained in:
parent
6f3898572d
commit
3dc0653d70
@ -83,7 +83,6 @@ bool usbd_control_status(uint8_t rhport, tusb_control_request_t const * request)
|
|||||||
return dcd_edpt_xfer(rhport, request->bmRequestType_bit.direction ? EDPT_CTRL_OUT : EDPT_CTRL_IN, NULL, 0);
|
return dcd_edpt_xfer(rhport, request->bmRequestType_bit.direction ? EDPT_CTRL_OUT : EDPT_CTRL_IN, NULL, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Each transaction is up to endpoint0's max packet size
|
// Each transaction is up to endpoint0's max packet size
|
||||||
static bool start_control_data_xact(uint8_t rhport)
|
static bool start_control_data_xact(uint8_t rhport)
|
||||||
{
|
{
|
||||||
|
@ -53,6 +53,7 @@ extern "C" {
|
|||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
|
||||||
// Only required to implement if using No RTOS (osal_none)
|
// Only required to implement if using No RTOS (osal_none)
|
||||||
|
// TODO could be remove
|
||||||
uint32_t tusb_hal_millis(void);
|
uint32_t tusb_hal_millis(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user