summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsakumisu <[email protected]>2024-03-28 20:42:53 +0800
committersakumisu <[email protected]>2024-03-28 20:42:53 +0800
commit4164e687f0efa9632242e870352fea707b1d2b4f (patch)
tree10fe0174d3274bd92ffe5d25183600ffa8c4667f
parent4da3550582f371daab042c4ed10575a37c25318c (diff)
comment test mode api
-rw-r--r--port/hpm/usb_dc_hpm.c2
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)