源码/核心板/Src/application/dw_app.c
@@ -1250,8 +1250,10 @@ } }else{ #ifdef DBGMSG_OUTPUT dbgmsg_len = sprintf(dbgmsg,"%s status_reg:%x",__debug_info__,status_reg); if(status_reg&SYS_STATUS_ALL_RX_ERR) { dbgmsg_len = sprintf(dbgmsg,"%s status_reg:%x",__debug_info__,status_reg); SendDbgMsg(dbgmsg,dbgmsg_len); } #endif dwt_write32bitreg(SYS_STATUS_ID, SYS_STATUS_ALL_RX_ERR); }