Обновление
This commit is contained in:
parent
8c2bb8f51c
commit
c2b43cd949
|
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue