- DEBUG printing inclusion condition added
This commit is contained in:
parent
5c28386a29
commit
4cf5fb77fe
@ -30,6 +30,7 @@ static uint8_t rx_buf[USB_MAX_FS_PCKT_SIZE_NON_ISOCHRONOUS] DWORD_ALIGN; // rece
|
|||||||
|
|
||||||
// static uint8_t event_queue_mem[Q_REQ_MEM_SIZE_T(USB_EVENT_QUEUE_LENGTH, USBDRV_EventCompound)] DWORD_ALIGN; // backing memory for the event queue
|
// static uint8_t event_queue_mem[Q_REQ_MEM_SIZE_T(USB_EVENT_QUEUE_LENGTH, USBDRV_EventCompound)] DWORD_ALIGN; // backing memory for the event queue
|
||||||
|
|
||||||
|
#ifdef USBDBGMSG
|
||||||
static const char *FIFO_STATUS_STR[6] = {
|
static const char *FIFO_STATUS_STR[6] = {
|
||||||
"GLOBAL OUT NAK",
|
"GLOBAL OUT NAK",
|
||||||
"OUT DATA RECV",
|
"OUT DATA RECV",
|
||||||
@ -37,6 +38,7 @@ static const char *FIFO_STATUS_STR[6] = {
|
|||||||
"OUT SETUP CPLT",
|
"OUT SETUP CPLT",
|
||||||
"",
|
"",
|
||||||
"OUT SETUP RECV"};
|
"OUT SETUP RECV"};
|
||||||
|
#endif
|
||||||
|
|
||||||
// ---------------
|
// ---------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user