使用赋码仪主板 app升级,方案升级验证通过

This commit is contained in:
ranchuan
2023-10-11 18:10:06 +08:00
parent ed9e4c0c3e
commit f0f36cf79a
25 changed files with 324 additions and 207 deletions

View File

@@ -9,7 +9,7 @@
/*r{ 修改日志打印等级 }c*/
#define DBG_LOG_LEVEL DBG_LEVEL_INFO
#define DBG_LOG_LEVEL 0
@@ -48,6 +48,8 @@
#define DBG_LOG_(type_,msg_,...)\
debug_log(__FILE__,__func__,__LINE__,type_,(msg_),##__VA_ARGS__)
//#define DBG_LOG_(type_,msg_,...)\
// debug_log("-","-",__LINE__,type_,(msg_),##__VA_ARGS__)
int debug_init(void);

View File

@@ -356,6 +356,8 @@ void *tappend(void *p,void *del)
if(tempptr_find(t,p)==0)
{
ret= tempptr_append(t,p,del);
}else{
ret=p;
}
}
rt_mutex_release(t->mutex);