From e629c9b08d160604d246fe03f1477b056c0136ba Mon Sep 17 00:00:00 2001 From: fengliucs Date: Thu, 11 Sep 2025 16:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4usbport=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fengliucs --- api/@ohos.usbManager.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/api/@ohos.usbManager.d.ts b/api/@ohos.usbManager.d.ts index e330737225..26cd8b1bf4 100644 --- a/api/@ohos.usbManager.d.ts +++ b/api/@ohos.usbManager.d.ts @@ -235,7 +235,6 @@ declare namespace usbManager { * @useinstead ohos.usbManager/usbManager#getDeviceFunctions */ function getCurrentFunctions(): FunctionType; - /* usb port functions begin */ /** * Obtains the USBPort list. * @@ -446,7 +445,6 @@ declare namespace usbManager { * @arkts 1.1&1.2 */ function getDeviceFunctions(): FunctionType; - /* usb port functions begin */ /** * Obtains the USBPort list. * @@ -457,7 +455,6 @@ declare namespace usbManager { * @systemapi * @since 12 */ - /* usb port functions begin */ /** * Obtains the USBPort list. * -- Gitee