mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 23:38:06 +00:00
fix ci
This commit is contained in:
parent
badb30a6c3
commit
edc559cb4d
@ -39,13 +39,13 @@
|
|||||||
// USBD Configuration
|
// USBD Configuration
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
|
|
||||||
// Debug level of USBD
|
|
||||||
#define USBD_DBG 2
|
|
||||||
|
|
||||||
#ifndef CFG_TUD_TASK_QUEUE_SZ
|
#ifndef CFG_TUD_TASK_QUEUE_SZ
|
||||||
#define CFG_TUD_TASK_QUEUE_SZ 16
|
#define CFG_TUD_TASK_QUEUE_SZ 16
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
// Debug level of USBD
|
||||||
|
#define USBD_DBG 2
|
||||||
|
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
// Device Data
|
// Device Data
|
||||||
//--------------------------------------------------------------------+
|
//--------------------------------------------------------------------+
|
||||||
@ -506,7 +506,7 @@ void tud_task_ext(uint32_t timeout_ms, bool in_isr)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case DCD_EVENT_SETUP_RECEIVED:
|
case DCD_EVENT_SETUP_RECEIVED:
|
||||||
TU_LOG_VAR(USBD_DBG, &event.setup_received);
|
TU_LOG_PTR(USBD_DBG, &event.setup_received);
|
||||||
TU_LOG(USBD_DBG, "\r\n");
|
TU_LOG(USBD_DBG, "\r\n");
|
||||||
|
|
||||||
// Mark as connected after receiving 1st setup packet.
|
// Mark as connected after receiving 1st setup packet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user