summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-08-01 16:12:57 +0700
committerGitHub <[email protected]>2024-08-01 16:12:57 +0700
commit271e2a30e1981ae1b52e5236dc028e3289873000 (patch)
tree33772eb520b1569a95d676a11a82a1a2302572d4 /src
parentc60934eedcc363f320cb66695f0034312094bfd8 (diff)
parent3f4f6c0ec7f5c95ca8a1965a078c0f92d0d4e8ad (diff)
Merge pull request #2749 from hathach/hil-change
HIL test hardware changes
Diffstat (limited to 'src')
-rw-r--r--src/device/usbd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c
index d9b20d26d..6d27a3735 100644
--- a/src/device/usbd.c
+++ b/src/device/usbd.c
@@ -1201,7 +1201,7 @@ TU_ATTR_FAST_FUNC void dcd_event_handler(dcd_event_t const* event, bool in_isr)
break;
case DCD_EVENT_SETUP_RECEIVED:
- // TU_ASSERT(event->setup_received.bRequest != 0,);
+ // TU_ASSERT(event->setup_received.bRequest != 0,); // for catching issue with ch32v203 and windows with -O0/-Og
_usbd_queued_setup++;
send = true;
break;