Pārlūkot izejas kodu

Merge pull request #1729 from chenyong111/master

[net][at] Delete AT Client port function
朱天龙 (Armink) 6 gadi atpakaļ
vecāks
revīzija
fcb9fd5ded
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  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__ */