diff options
| author | sakumisu <[email protected]> | 2024-03-28 20:42:53 +0800 |
|---|---|---|
| committer | sakumisu <[email protected]> | 2024-03-28 20:42:53 +0800 |
| commit | 4164e687f0efa9632242e870352fea707b1d2b4f (patch) | |
| tree | 10fe0174d3274bd92ffe5d25183600ffa8c4667f | |
| parent | 4da3550582f371daab042c4ed10575a37c25318c (diff) | |
comment test mode api
| -rw-r--r-- | port/hpm/usb_dc_hpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/port/hpm/usb_dc_hpm.c b/port/hpm/usb_dc_hpm.c index 4ed1e6fd..e3dbf1f2 100644 --- a/port/hpm/usb_dc_hpm.c +++ b/port/hpm/usb_dc_hpm.c @@ -63,7 +63,7 @@ __WEAK void usb_dc_low_level_deinit(uint8_t busid) void usbd_execute_test_mode(uint8_t busid, uint8_t test_mode) { - usb_set_port_test_mode(g_hpm_udc[busid].handle->regs, test_mode); + //usb_set_port_test_mode(g_hpm_udc[busid].handle->regs, test_mode); } int usb_dc_init(uint8_t busid) |
