From 42a136288dc7dab4bba688f2ffccbc955090a6bb Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Sat, 21 May 2022 01:46:52 -0400 Subject: [PATCH] [adc][pwm] correct the command description --- components/drivers/misc/adc.c | 4 ++-- components/drivers/misc/rt_drv_pwm.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/drivers/misc/adc.c b/components/drivers/misc/adc.c index f652bf1f48..686208ddbe 100644 --- a/components/drivers/misc/adc.c +++ b/components/drivers/misc/adc.c @@ -7,7 +7,7 @@ * Date Author Notes * 2018-05-07 aozima the first version * 2018-11-16 Ernest Chen add finsh command and update adc function - * 2022-05-11 Stanley Lwin add finsh voltage conversion command + * 2022-05-11 Stanley Lwin add finsh voltage conversion command */ #include @@ -271,6 +271,6 @@ static int adc(int argc, char **argv) } return RT_EOK; } -MSH_CMD_EXPORT(adc, adc