提交 32cffea7 编写于 作者: T tyustli

[bsp] [stm32] fix drv_can.c

上级 c81eebcd
...@@ -847,7 +847,7 @@ long list_device(void) ...@@ -847,7 +847,7 @@ long list_device(void)
device->parent.name, device->parent.name,
(device->type <= RT_Device_Class_Unknown) ? (device->type <= RT_Device_Class_Unknown) ?
device_type_str[device->type] : device_type_str[device->type] :
device_type_str[RT_Device_Class_Unknown - 1], device_type_str[RT_Device_Class_Unknown],
device->ref_count); device->ref_count);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册