From b4ab82284f6a17e43098acea207b390321d569ec Mon Sep 17 00:00:00 2001 From: Grissiom Date: Tue, 20 Aug 2013 14:27:28 +0800 Subject: [PATCH] finsh/cmd: add description for new pipe and portal device --- components/finsh/cmd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/finsh/cmd.c b/components/finsh/cmd.c index e6c576252c..00dc384a1e 100644 --- a/components/finsh/cmd.c +++ b/components/finsh/cmd.c @@ -455,6 +455,8 @@ static long _list_device(struct rt_list_node *list) "SPI Device", "SDIO Bus", "PM Pseudo Device", + "Pipe", + "Portal Device", "Miscellaneous Device", "Unknown" }; -- GitLab