From 9479183e12d26943571336df8d5934966f82b170 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Tue, 17 Aug 2021 06:20:13 -0400 Subject: [PATCH] =?UTF-8?q?[kernel][device]=20=E4=BF=AE=E5=A4=8DPR=20#4941?= =?UTF-8?q?=20=E5=AF=BC=E8=87=B4=E7=9A=84=E7=BC=96=E8=AF=91=E8=AD=A6?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/finsh/cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 9bbcc440cf..5f0bbb6d59 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -810,6 +810,7 @@ static char *const device_type_str[] = "I2C Bus", "USB Slave Device", "USB Host Bus", + "USB OTG Bus", "SPI Bus", "SPI Device", "SDIO Bus",