From 366fea22dce9e8612a1e3d073b4d5d9d76da52c8 Mon Sep 17 00:00:00 2001 From: chenyong <1521761801@qq.com> Date: Tue, 21 Aug 2018 14:12:28 +0800 Subject: [PATCH] [net][at] Delete AT Client port function --- components/net/at/include/at.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/net/at/include/at.h b/components/net/at/include/at.h index b1b80013f8..d0040f86cf 100644 --- a/components/net/at/include/at.h +++ b/components/net/at/include/at.h @@ -251,9 +251,4 @@ void at_port_reset(void); void at_port_factory_reset(void); #endif -#ifdef AT_USING_CLIENT -/* AT client port initialization */ -int at_client_port_init(void); -#endif - #endif /* __AT_H__ */ -- GitLab