更新modbus,更新rtthread

This commit is contained in:
2023-12-15 01:08:04 +08:00
parent d14d2c5c95
commit a9be43d98e
6611 changed files with 2112557 additions and 262317 deletions

View File

@@ -44,7 +44,7 @@
* @return 成功与否
*/
int bsp_PrintArt::print(const char* format, ...) {
u8* dat = (u8*)malloc(Bufflen); // 分配内存
u8* dat = (u8*)malloc(Bufflen); // 分配内存
if(dat==NULL)return 1; // 判断分配成功与否
u32 res; // 返回状态码
va_list args; // 不定长变量