rusEFI console ISO-TP via PCAN #3667

explicit error
This commit is contained in:
rusefillc 2021-12-07 15:19:01 -05:00
parent 70e738cf5f
commit 38db17e127
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ public class SandboxCommon {
// bp.getCrcFromController(Fields.TOTAL_CONFIG_SIZE);
// bp.getCrcFromController(Fields.TOTAL_CONFIG_SIZE);
if (tsStream.getDataBuffer().dropPending() != 0)
System.out.println("ERROR Extra data after CRC");
throw new IllegalStateException("ERROR Extra data after CRC");
});
}