From d0f201e4dc7d93dbc1c3a9a6673cfc423f03f1a8 Mon Sep 17 00:00:00 2001 From: sakumisu <1203593632@qq.com> Date: Tue, 24 Jun 2025 08:13:34 +0000 Subject: Deploying to gh-pages from @ cherry-embedded/CherryUSB@a3a938ac1fba2db8af5ba9dc3199396757358c23 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- quick_start/rtthread.html | 23 +++-------------------- 1 file changed, 3 insertions(+), 20 deletions(-) (limited to 'quick_start/rtthread.html') diff --git a/quick_start/rtthread.html b/quick_start/rtthread.html index 38252cdf..ea0c6537 100644 --- a/quick_start/rtthread.html +++ b/quick_start/rtthread.html @@ -194,26 +194,9 @@ -
void OTG_HS_IRQHandler(void)
-{
-extern void USBD_IRQHandler(uint8_t busid);
-USBD_IRQHandler(0);
-}
-
-int usbd_init(void)
-{
-xxx_template_init(0, USB_OTG_HS_PERIPH_BASE);
-return 0;
-}
-
-INIT_APP_EXPORT(usbd_init);
-
-
- @@ -240,7 +223,7 @@