使用赋码仪主板 app升级,方案升级验证通过
This commit is contained in:
@@ -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);
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user