Merge pull request #1729 from chenyong111/master

[net][at] Delete AT Client port function
This commit is contained in:
朱天龙 (Armink) 2018-08-21 14:20:56 +08:00 committed by GitHub
commit fcb9fd5ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 5 deletions

View File

@ -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__ */