File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
// USBD Configuration
40
40
//--------------------------------------------------------------------+
41
41
42
- // Debug level of USBD
43
- #define USBD_DBG 2
44
-
45
42
#ifndef CFG_TUD_TASK_QUEUE_SZ
46
43
#define CFG_TUD_TASK_QUEUE_SZ 16
47
44
#endif
48
45
46
+ // Debug level of USBD
47
+ #define USBD_DBG 2
48
+
49
49
//--------------------------------------------------------------------+
50
50
// Device Data
51
51
//--------------------------------------------------------------------+
@@ -506,7 +506,7 @@ void tud_task_ext(uint32_t timeout_ms, bool in_isr)
506
506
break ;
507
507
508
508
case DCD_EVENT_SETUP_RECEIVED :
509
- TU_LOG_VAR (USBD_DBG , & event .setup_received );
509
+ TU_LOG_PTR (USBD_DBG , & event .setup_received );
510
510
TU_LOG (USBD_DBG , "\r\n" );
511
511
512
512
// Mark as connected after receiving 1st setup packet.
You can’t perform that action at this time.
0 commit comments