diff options
| author | hathach <[email protected]> | 2023-06-07 18:57:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-06-07 18:57:48 +0700 |
| commit | 9b7dee563e83a548f0d0fb68dd991a868a6427c9 (patch) | |
| tree | bb3879ea4b24160615d9df177eda266c8a4ccbc6 /src/host | |
| parent | b893f1d5417adf8cf874d6b2e7946582ca37982a (diff) | |
able to response with good crc
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 6159044ab..98e959a12 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -724,7 +724,7 @@ uint8_t* usbh_get_enum_buf(void) void usbh_int_set(bool enabled) { - // TODO all host controller if multiple is used + // TODO all host controller if multiple are used since they shared the same event queue if (enabled) { hcd_int_enable(_usbh_controller); |
