소스 검색

[net][at] Delete AT Client port function

chenyong 6 년 전
부모
커밋
366fea22dc
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      components/net/at/include/at.h

+ 0 - 5
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__ */