From 7d8f485321a7f5501a8cbe33f070117813803cb1 Mon Sep 17 00:00:00 2001 From: zhkag Date: Sat, 17 Jun 2023 10:33:03 +0800 Subject: [PATCH] =?UTF-8?q?[finsh]=20=E6=B7=BB=E5=8A=A0=20RT=5FDevice=5FCl?= =?UTF-8?q?ass=5FBus=20=E5=AF=B9=E5=BA=94=E7=9A=84=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E4=B8=B2?= 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 a9a673101e..eba5a0c1d9 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -832,6 +832,7 @@ static char *const device_type_str[RT_Device_Class_Unknown] = "DAC Device", "WDT Device", "PWM Device", + "Bus Device", }; long list_device(void)