diff options
| author | Ha Thach <[email protected]> | 2023-06-12 23:14:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-12 23:14:48 +0700 |
| commit | bbc76e77779a88fddcfc4d38a406edff2b4d09fb (patch) | |
| tree | 8384cc562433893165ef8d2c403f3b8d22aa7e65 /src/host/usbh.c | |
| parent | 39a64334aaf815b1b01e246680dd1e2d21f9fd18 (diff) | |
| parent | 41801c2a6bd146033f5ff00e54983de46ab414b9 (diff) | |
Merge pull request #2104 from hathach/g4-pd
Initial support for USB PD stack
Diffstat (limited to 'src/host/usbh.c')
| -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); |
