Обновление

This commit is contained in:
cfif 2026-06-20 17:21:52 +03:00
parent 8c2bb8f51c
commit c2b43cd949
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ bool waitFlowControl(tCanSerialPortFrameTp *env) {
if (result == TP_RECEIVED_FC_DATA) { if (result == TP_RECEIVED_FC_DATA) {
if (env->isFlowControl) { if (env->isFlowControl) {
env->isFlowControl = false; env->isFlowControl = false;
LoggerStrInfoStatic(LOGGER, LOG_SIGN, "Flow control frame accepted"); // LoggerStrInfoStatic(LOGGER, LOG_SIGN, "Flow control frame accepted");
} else { } else {
LoggerErrorStatic(LOGGER, LOG_SIGN, "Error: An unexpected Flow Control Frame was received"); LoggerErrorStatic(LOGGER, LOG_SIGN, "Error: An unexpected Flow Control Frame was received");
} }