diff options
| author | sakumisu <[email protected]> | 2026-04-23 19:46:01 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2026-04-23 19:46:01 +0800 |
| commit | dce7491d171fd1f15fa840377aa343b7927f65df (patch) | |
| tree | 7c1062f5a2debb0a781a4879c79d6f29bced8c47 | |
| parent | 65e21ae06b07fe068b86fea547ac80bbf5489f7b (diff) | |
update(core/usbh_otg): update usbh_initialize param
Signed-off-by: sakumisu <[email protected]>
| -rw-r--r-- | core/usbotg_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/usbotg_core.c b/core/usbotg_core.c index 99b0cc8a..54237e69 100644 --- a/core/usbotg_core.c +++ b/core/usbotg_core.c @@ -38,7 +38,7 @@ static void usbotg_host_initialize(uint8_t busid) USB_LOG_INFO("Switch to HOST mode\r\n"); g_usbotg_core[busid].usbh_initialized = true; - usbh_initialize(busid, g_usbotg_core[busid].reg_base); + usbh_initialize(busid, g_usbotg_core[busid].reg_base, NULL); } static void usbotg_device_initialize(uint8_t busid) |
