From 443c0a414d841de660b62d6878830ac7bb307aea Mon Sep 17 00:00:00 2001 From: zhujiarui666 Date: Mon, 27 Jun 2022 16:10:42 +0800 Subject: [PATCH] =?UTF-8?q?xiuos\APP=5FFramework\Framework\connection\4g\a?= =?UTF-8?q?dapter=5F4g.c=EF=BC=9A=201.=E6=B7=BB=E5=8A=A0msh=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=EF=BC=8C=E8=8B=A5=E5=AE=9E=E9=99=85=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=AD=A4=E5=87=BD=E6=95=B0=E4=B8=AD=E7=9A=84=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8ip=E5=92=8C=E7=AB=AF=E5=8F=A3=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- APP_Framework/Framework/connection/4g/adapter_4g.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/APP_Framework/Framework/connection/4g/adapter_4g.c b/APP_Framework/Framework/connection/4g/adapter_4g.c index 80b76b682..a0a96cd62 100644 --- a/APP_Framework/Framework/connection/4g/adapter_4g.c +++ b/APP_Framework/Framework/connection/4g/adapter_4g.c @@ -111,3 +111,6 @@ int Adapter4GTest(void) return 0; } // SHELL_EXPORT_CMD(SHELL_CMD_PERMISSION(0)|SHELL_CMD_TYPE(SHELL_TYPE_CMD_FUNC)|SHELL_CMD_PARAM_NUM(0)|SHELL_CMD_DISABLE_RETURN, Adapter4GTest, Adapter4GTest, show adapter 4G information); +#ifdef ADD_RTTHREAD_FETURES +MSH_CMD_EXPORT(Adapter4GTestRTThread,a 4G adpter sample); +#endif \ No newline at end of file