From 9b8fcde8af74b92861d03c21d5ea9e6a4acf8ee4 Mon Sep 17 00:00:00 2001 From: "luohui2320@gmail.com" Date: Wed, 13 Jun 2012 17:08:43 +0000 Subject: [PATCH] ADD "I2C BUS Device" type in _list_device() git-svn-id: https://rt-thread.googlecode.com/svn/trunk@2161 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- components/finsh/cmd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index 4a186b0f9..79b2af724 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -387,6 +387,7 @@ static long _list_device(struct rt_list_node *list) "Sound Device", "Graphic Device", "I2C Bus", + "I2C BUS Device", "I2C Device", "USB Slave Device", "USB Host Bus",