Update documentation and comments.

This commit is contained in:
roger.luo 2023-11-24 21:54:49 +08:00
parent 79803ddc3c
commit 18f9236e30
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!-- navbar.md -->
* [介绍](readme#简介)
* [介绍](README#简介)
* [快速上手](quickStart#基础应用)
* [高级教程](Expert#高级教程)
* [平台移植](Porting#平台移植)

View File

@ -341,7 +341,7 @@ at_resp_code at_work_get_result(at_context_t *ctx);
void at_raw_transport_enter(at_obj_t *obj, const at_raw_trans_conf_t *conf);
void at_raw_transport_exit(at_obj_t *obj);
#endif //End of //End of
#endif //End of AT_RAW_TRANSPARENT_EN
#endif //End of _AT_CHAT_H_