summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)