diff options
| author | Ha Thach <[email protected]> | 2024-08-08 22:41:26 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-08-08 22:41:26 +0700 |
| commit | dcd0f39b537f99c14d9a3dd291ab573cddeb47d5 (patch) | |
| tree | 06c4f2d930c32c31dd3e283f7c0bec1e5f0be131 /src/device | |
| parent | a7d188832841cc5cbffdf433c07e4897f45c1088 (diff) | |
| parent | e7e6fe7cd546c389cdafd1cab9dbf4d60791e70f (diff) | |
Merge pull request #2750 from hathach/fix-ch32v203-setup
rework fsdev driver, fix ch32v203 race condition and stability issue
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 6d27a3735..7089e9cf1 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -1201,7 +1201,6 @@ 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,); // for catching issue with ch32v203 and windows with -O0/-Og _usbd_queued_setup++; send = true; break; |
