[finsh] 添加 RT_Device_Class_Bus 对应的描述字符串

This commit is contained in:
zhkag 2023-06-17 10:33:03 +08:00 committed by GitHub
parent 01fdd226e4
commit 7d8f485321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)