关闭了485上的 LOG

This commit is contained in:
edisondeng
2026-05-10 09:24:32 +08:00
parent 485fb32a72
commit aed62f7bb4
4 changed files with 4334 additions and 4295 deletions

View File

@ -144,6 +144,6 @@ void DebugLog_Output(log_level_t level, const char *module, const char *fmt, ...
if (len > 0) {
UART2_Print_Send((const uint8_t *)buffer, len);
MultiUART_Send(PORT_RS485, (const uint8_t *)buffer, len); /* 增加:同时将日志发给 RS485 */
// MultiUART_Send(PORT_RS485, (const uint8_t *)buffer, len); /* 增加:同时将日志发给 RS485 */
}
}