修改一些注释

This commit is contained in:
2026-08-25 11:49:31 +08:00
parent 4375873083
commit d6bc3f6253
6 changed files with 496 additions and 347 deletions

View File

@@ -332,9 +332,9 @@ void ch395f_set_fun_para(uint32_t para) {
}
/*
* 函数功能设置TCP最大分段大小MSS
* 函数功能:设置 TCP 最大分段大小MSS
* 入口参数mss - MSS值 uint16_t 60 - 1460
* 限定条件必须在ch395f_init()之前调用
* 限定条件:必须在 ch395f_init() 之前调用
*/
void ch395f_set_tcp_mss(uint16_t mss) {
/* 启动SPI事务 */